diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-12-31 10:33:21 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-12-31 10:33:21 +0100 |
commit | d355bc991e38e96761d30b5444177be5b2d44412 (patch) | |
tree | e30672eeeff718b936fe0b3d5607d4aef233a5f0 | |
parent | 1b56c5b24681a31d05343c4cf3820e829c4aa1af (diff) |
1.0.1
-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 3bb65d9..1b3f4c6 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.0.0', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.0.1', 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 1a69de8..f1e6557 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gsr-ui" type = "executable" -version = "1.0.0" +version = "1.0.1" platforms = ["posix"] [lang.cpp] |