diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-18 21:41:33 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-18 21:41:33 +0100 |
commit | e4bf2fc9084e548ea176f167d71520c250032e56 (patch) | |
tree | f8e2b26f04f9bf605a5cc61344ea9f4e7d69d78f /meson.build | |
parent | 21e37a32e55717c324dc50cfa7bbc3c2b9bb9622 (diff) |
5.0.10
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 f663178..849ca4e 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.0.9', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.0.10', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |