diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-10-22 18:47:33 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-10-22 18:47:33 +0200 |
commit | 7fb7608b720068d3c114330e8d274b04ef310cf2 (patch) | |
tree | 018e7eed980394e0c30d0192b47ea537cb6ea6ab /meson.build | |
parent | 3dbbb404551c1bb82abb64693f51ffbdf33a2654 (diff) |
4.2.44.2.4
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 1d3542a..d89c18b 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.2.3', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.2.4', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |