aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-22 18:55:54 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-22 18:55:54 +0100
commitc08811c0f3234f834479c6eeb1fffaccc29b7f8e (patch)
tree24719b584dc5359f74adc55cb8001a2f468183f2 /meson.build
parentf8dc5999e9a98fd75f1e79c292299d18bab2aaf8 (diff)
4.3.3 - fix startup on linux mintHEAD4.3.3master
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 25ef4d6..5b400be 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.3.2', default_options : ['warning_level=2'])
+project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.3.3', default_options : ['warning_level=2'])
add_project_arguments('-Wshadow', language : ['c', 'cpp'])
if get_option('buildtype') == 'debug'