aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-12-08 23:33:48 +0100
committerdec05eba <dec05eba@protonmail.com>2024-12-08 23:33:48 +0100
commit3af2ea52c2ede2e56743a09423285fbe505874bb (patch)
tree3410cbab7d415445d90492d2ab086b01b56e4fdf /meson.build
parentda08e318a60703777832e0eec7222a35d75cb848 (diff)
4.3.5 - fix build on some distros with older spa version4.3.5
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 383d330..66bd0a2 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gpu-screen-recorder', ['c', 'cpp'], version : '4.3.4', default_options : ['warning_level=2'])
+project('gpu-screen-recorder', ['c', 'cpp'], version : '4.3.5', default_options : ['warning_level=2'])
add_project_arguments('-Wshadow', language : ['c', 'cpp'])
if get_option('buildtype') == 'debug'