diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-09 15:48:47 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-09 15:48:47 +0100 |
commit | 2b70a4758487f5f70f76ebe4be0f45bcf200baa7 (patch) | |
tree | 48618a6fbf983de808347b71434662bc4d113316 /meson.build | |
parent | a53f5e69af1373b621690ea31b5e097552260b4a (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 ad27762..687affb 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.0.7', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.0.8', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |