diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-07-09 02:48:37 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-07-09 02:48:37 +0200 |
commit | 9192b3eba15efe7ed2e2b009f1403820c4b63bb2 (patch) | |
tree | 5ace4910cf674da074de58df131a478c944ad6b6 | |
parent | dd7aae31914c7efb659cc21f9e97f611d3aee7cb (diff) |
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | project.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index a8df43d..a67095e 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.6.8', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.6.9', 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 2acff71..078884e 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-ui" type = "executable" -version = "1.6.8" +version = "1.6.9" platforms = ["posix"] [lang.cpp] |