diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-04 19:31:09 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-04 19:32:27 +0200 |
commit | a74b562056459551d3493c9760e7cd6ea4db62e7 (patch) | |
tree | c74639e0f7845bc0adb40e9d8b9ff6663f75efa3 /meson.build | |
parent | 6994fb10fa61ad6d8af0a3958a6332d64915d799 (diff) |
Auto register hotkeys on gnome wayland, so they work without having to press change hotkeys everytime
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 2d091ea..5ec5848 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.7.0', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.7.1', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |