aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-01 00:32:23 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-01 00:32:23 +0100
commitf526c175f6e2b852c8fe19b666505cfeac36b667 (patch)
treebe683e4a0ab21ee87285a73702c62c6b567571ce /meson.build
parent4e25fd486bdaa2b2c2af1293221cbc43d5f526df (diff)
1.0.31.0.3
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index e7bebbc..321d0c3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-ui', ['c', 'cpp'], version : '1.0.2', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
+project('gsr-ui', ['c', 'cpp'], version : '1.0.3', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['c', 'cpp'])