aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-16 17:40:32 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-16 17:40:32 +0100
commit0c2bb1a7a3dfe555619c17748d88e50bd330b80a (patch)
treeb010e48b611fa1084f7cff73f33c485bf33742b6 /meson.build
parent4ebda17bd2d4b47c281845855354e5e34f25883e (diff)
4.3.0 - support application audio recording
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 5277b5c..ca36e56 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.2.6', default_options : ['warning_level=2'])
+project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.3.0', default_options : ['warning_level=2'])
add_project_arguments('-Wshadow', language : ['c', 'cpp'])
if get_option('buildtype') == 'debug'