aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-07-06 23:06:21 +0200
committerdec05eba <dec05eba@protonmail.com>2025-07-06 23:06:21 +0200
commit3fee07ad4cddfcf63b46f8372a220c78b666cee0 (patch)
tree00e7c4b4746ca07c4733c2184ca90fcf40535029
parent2daa8ba4aae04b6a98d95ce323eaea65008b06f5 (diff)
1.6.81.6.8
-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 002c8b1..a8df43d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-ui', ['c', 'cpp'], version : '1.6.7', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
+project('gsr-ui', ['c', 'cpp'], version : '1.6.8', 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 54f9172..2acff71 100644
--- a/project.conf
+++ b/project.conf
@@ -1,7 +1,7 @@
[package]
name = "gsr-ui"
type = "executable"
-version = "1.6.7"
+version = "1.6.8"
platforms = ["posix"]
[lang.cpp]