diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-10 19:23:13 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-10 19:23:13 +0200 |
commit | 0ae5b83e476ed6345c536a438ce5d61e60a11f45 (patch) | |
tree | c131691de06a87d70229f2c14792cd37a26fde27 /meson.build | |
parent | e1992ae3be2d4c2ecdc420b6c40dd9f554c9ff77 (diff) |
5.5.25.5.2
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 e2945fa..d6b49dc 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.5.1', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.5.2', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |