aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-17 14:00:50 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-17 14:00:50 +0100
commite938241fe8e49cacb097c2873d2a92e267453810 (patch)
tree928e78ac6d146af8e4e235840034086079c5e485
parenta9637f87e7c850717443f10af15bed62655fc445 (diff)
1.0.71.0.7
-rw-r--r--meson.build2
-rw-r--r--project.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 0409ecc..38637fe 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-ui', ['c', 'cpp'], version : '1.0.6', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
+project('gsr-ui', ['c', 'cpp'], version : '1.0.7', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
if get_option('buildtype') == 'debug'
add_project_arguments('-g3', language : ['c', 'cpp'])
diff --git a/project.conf b/project.conf
index 13be6d0..c2425e3 100644
--- a/project.conf
+++ b/project.conf
@@ -1,7 +1,7 @@
[package]
name = "gsr-ui"
type = "executable"
-version = "1.0.6"
+version = "1.0.7"
platforms = ["posix"]
[lang.cpp]