diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-17 14:01:21 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-17 14:01:21 +0100 |
commit | 21e37a32e55717c324dc50cfa7bbc3c2b9bb9622 (patch) | |
tree | 35d93e3eda9dd0d1c7945fc5fe924f439f5fc077 /meson.build | |
parent | 2b70a4758487f5f70f76ebe4be0f45bcf200baa7 (diff) |
5.0.95.0.9
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 687affb..f663178 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.0.8', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.0.9', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |