From 0c2bb1a7a3dfe555619c17748d88e50bd330b80a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 16 Nov 2024 17:40:32 +0100 Subject: 4.3.0 - support application audio recording --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson.build') 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' -- cgit v1.2.3