diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-02-05 22:36:19 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-02-05 22:36:19 +0100 |
commit | b0ab2099fd922adeeefa24d7f1252ac390fb6323 (patch) | |
tree | f0056e538188fbf738ce6f5e1e66c407f0a7fac2 | |
parent | 4a0612ae8f875941957b571b4dd09b96e70cfe39 (diff) |
1.1.71.1.7
-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 60a15f8..ba3b7cd 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.1.6', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.1.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 6ae40d8..971b083 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-ui" type = "executable" -version = "1.1.6" +version = "1.1.7" platforms = ["posix"] [lang.cpp] |