diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-05 18:09:07 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-05 18:09:07 +0100 |
commit | 0c6e2aff07688126dba7d51562036e370ca22596 (patch) | |
tree | 8967c2d8d61c84c1dd6b168c6102da35e4baaefd /meson.build | |
parent | 26ff639f250a31353bf0b10386311f209f11c0d3 (diff) |
1.0.5 - fix ui not visible on some kde plasma wayland systems1.0.5
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index c6b26d7..71ca451 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.0.4', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.0.5', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['c', 'cpp']) |