diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-05 01:12:57 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-05 01:12:57 +0100 |
commit | efcbc80e895c322b617ace13eac40f32a574907b (patch) | |
tree | 673a817c81ff78c2064706141ced4400043b9ba3 /meson.build | |
parent | 605e8553be67b3de205b6c1f9eec65ea90dab922 (diff) |
4.2.54.2.5
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 d89c18b..5920bb7 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.2.4', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.2.5', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |