diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-07 16:55:26 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-07 16:55:26 +0100 |
commit | affa44e3872d45f661354c3f1c3ece7757f416df (patch) | |
tree | b796e1ef74076e4b97b3ff144c0b8111e90949d3 | |
parent | df2eec24a3fb8a59d1fc070816bced96f2b6aa4d (diff) |
1.0.61.0.6
-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 71ca451..0409ecc 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.0.5', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.0.6', 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 8d84466..13be6d0 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-ui" type = "executable" -version = "1.0.5" +version = "1.0.6" platforms = ["posix"] [lang.cpp] |