aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-07-18 23:46:01 +0200
committerdec05eba <dec05eba@protonmail.com>2025-07-18 23:46:01 +0200
commitb64cb6a3fd45b81d6c402643fe56191e4f4908a5 (patch)
tree51da35f9de6edfd253454c0989daf927402d16c6
parent182c96d8e9868897b35ecfcd0d2feccce5148c0b (diff)
-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 a67095e..a916403 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gsr-ui', ['c', 'cpp'], version : '1.6.9', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends')
+project('gsr-ui', ['c', 'cpp'], version : '1.6.10', 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 078884e..dbb6c89 100644
--- a/project.conf
+++ b/project.conf
@@ -1,7 +1,7 @@
[package]
name = "gsr-ui"
type = "executable"
-version = "1.6.9"
+version = "1.6.10"
platforms = ["posix"]
[lang.cpp]