aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-06-05 01:06:28 +0200
committerdec05eba <dec05eba@protonmail.com>2025-06-05 01:06:47 +0200
commitace1cfe576c56451b497e682ac56eb3a0a133eb6 (patch)
tree2636eab5f3e02430314f9530e4d1307f2130bcb0 /meson.build
parenta9d2231b74e2ce17c8ea8966f735047da1c5242f (diff)
Only bind shortcuts if no shortcuts foundHEAD5.7.2master
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 5ec5848..0c5cc64 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.7.1', default_options : ['warning_level=2'])
+project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.7.2', default_options : ['warning_level=2'])
add_project_arguments('-Wshadow', language : ['c', 'cpp'])
if get_option('buildtype') == 'debug'