aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-04-23 19:48:42 +0200
committerdec05eba <dec05eba@protonmail.com>2025-04-23 19:48:42 +0200
commit06b559ecef8aa81e9658e76bf3d5ad0c173087d5 (patch)
tree92147aa3534b2f8cc8552c8a3d99718b2bc28248 /meson.build
parent28bc8a0bd2b3a5a665e5fda02f4d81c67f8ca6f9 (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 521c1c0..5874b95 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gpu-screen-recorder', ['c', 'cpp'], version : '5.4.0', default_options : ['warning_level=2'])
+project('gpu-screen-recorder', ['c', 'cpp'], version : '5.4.1', default_options : ['warning_level=2'])
add_project_arguments('-Wshadow', language : ['c', 'cpp'])
if get_option('buildtype') == 'debug'