diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-08 13:24:57 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-08 13:25:43 +0200 |
commit | e493a390b119e8a44f60c3ae93ed92cf227313f3 (patch) | |
tree | 907ea16610a0d998c80fdf164b7b8c91d4af1c14 /meson.build | |
parent | ace1cfe576c56451b497e682ac56eb3a0a133eb6 (diff) |
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 0c5cc64..1688c4c 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.7.2', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.7.3', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |