aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-12-31 21:44:00 +0100
committerdec05eba <dec05eba@protonmail.com>2024-12-31 21:44:00 +0100
commit45e2da0ddc21733d6a91ef9b39c8adc066f95fee (patch)
tree760ce23e92e35e584f684393ec5b29d20db0d8fe /meson.build
parentae0fb952920d768dc35a746c6f4334116e3150da (diff)
1.0.21.0.2
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 1b3f4c6..e7bebbc 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-ui', ['c', 'cpp'], version : '1.0.1', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
+project('gsr-ui', ['c', 'cpp'], version : '1.0.2', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['c', 'cpp'])