aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-10-22 18:47:23 +0200
committerdec05eba <dec05eba@protonmail.com>2024-10-22 18:47:23 +0200
commit422f214283ba50649acca4d9b5a9778d313fe05b (patch)
tree7c4057f64a663090e2b69972468e502fd6a8e49b /meson.build
parent768f1bd61e339e95caa95861c1feb12d9d7a3874 (diff)
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 18529b4..00bac22 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gpu-screen-recorder', ['c', 'cpp'], version : '4.2.3', default_options : ['warning_level=2'])
+project('gpu-screen-recorder', ['c', 'cpp'], version : '4.2.4', default_options : ['warning_level=2'])
add_project_arguments('-Wshadow', language : ['c', 'cpp'])
if get_option('buildtype') == 'debug'