diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-24 11:18:27 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-24 11:18:27 +0100 |
commit | aed169aa4054e8d9e982d3f0b799e033d2d2dc63 (patch) | |
tree | 687250a925065a49e76fab0989af38a623d847fa /meson.build | |
parent | c396a1f9224527462d06da6dd3112d760bde4506 (diff) |
Fix incorrect action text in hotkey configuration1.1.2
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 781ed8d..2f32b18 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.1.1', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.1.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']) |