aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-06-11 20:19:43 +0200
committerdec05eba <dec05eba@protonmail.com>2025-06-11 20:20:01 +0200
commit7cc050569eb6e6749fe863b9d1f21b95115fc9e7 (patch)
tree9efebff63ca991b281a9e6f7d2c7074f166a6284 /meson.build
parente493a390b119e8a44f60c3ae93ed92cf227313f3 (diff)
Record all applications when selecting 'Record audio from all applications except the selected ones' without selecting any application to excludeHEAD5.7.4master
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 1688c4c..e8ee69d 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.7.3', default_options : ['warning_level=2'])
+project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.7.4', default_options : ['warning_level=2'])
add_project_arguments('-Wshadow', language : ['c', 'cpp'])
if get_option('buildtype') == 'debug'