diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-07 20:22:13 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-07 20:22:13 +0100 |
commit | 3c8dd9c4db1b0fd4d2d6d5c52ada1a8b86fe8657 (patch) | |
tree | caee90a3bd6ed6ff8c01d33dbff0b26139f42444 | |
parent | c7fcf251e32783249a80236fdb81cc953a7753cf (diff) |
1.2.21.2.2
-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 647bf73..13bc195 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.2.1', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.2.2', 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 d7b3abe..879f3ab 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-ui" type = "executable" -version = "1.2.1" +version = "1.2.2" platforms = ["posix"] [lang.cpp] |