diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-03-07 20:24:13 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-03-07 20:24:13 +0100 |
commit | f23308444a94b96cf943fedc669bf2b7bc505a16 (patch) | |
tree | de38e8674ab2f3915090c7a70df5cec3e82c3cc2 /meson.build | |
parent | fadf9b64de31e0cc629aca9133ebbb368fa0e284 (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 1518ed1..28d3b24 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.2.2', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.2.3', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |