diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-26 14:28:25 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-26 14:28:39 +0200 |
commit | 5a32c469d3250bc2ceaeb45f471b4f21ebe55a54 (patch) | |
tree | 5701657338aa41c2ae58359912a27263a656d7f0 /meson.build | |
parent | 5a17aae0ab7b684bbdf9fc22d6d32f9148ad528f (diff) |
Properly update replay recording status in ui when showing/hiding ui1.5.1
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 0264e72..2b5cdb6 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.5.0', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.5.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']) |