diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-22 18:46:20 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-22 18:46:20 +0200 |
commit | 24ab0bd7aadb8c2b4fe7f5f6560d0181490f90bc (patch) | |
tree | 322e411c433ff2ca1fb76b82563b96968ac13785 /meson.build | |
parent | 1fd30187fa22979e30def8f91db8bf34291545e3 (diff) |
5.4.0
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 1d386da..521c1c0 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.3.8', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.4.0', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |