diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-23 12:52:08 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-23 12:52:08 +0200 |
commit | 2290f0641c91317c4fd05f35d2c0cfc25fba2181 (patch) | |
tree | b3d7eb6fd3cefc10d0891255fff982812a9cb183 /meson.build | |
parent | f9e93467b272f6a1b3b57628273891194227b2e3 (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 7aa81de..43c429d 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.5.9', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.5.10', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |