diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-05 23:10:11 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-05 23:10:11 +0200 |
commit | 746ce51e65232bfb6fc33a17a1450a90e020c341 (patch) | |
tree | 08dbb8a17552d1eccf7c2a1cbb42fd9b4e8ae3d5 | |
parent | e04cfb9ac40be425ebcb0cbb81d9ed5861befa22 (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 91172a0..9b91e15 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.3.2', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.3.3', 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 e67a087..6b7c574 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-ui" type = "executable" -version = "1.3.2" +version = "1.3.3" platforms = ["posix"] [lang.cpp] |