diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-05 14:04:17 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-05 14:04:17 +0200 |
commit | 8ce9531ffa579ad5bd42f94b63c087b5d5f374e8 (patch) | |
tree | 52cd648d18cee8b837adf17412ff840671d695c0 /meson.build | |
parent | 1e1532e5ef86e264d1ffbc0d1f07b58135a594fc (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 fba7874..2ebf566 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.5.0', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.6.0', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |