aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-18 21:38:39 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-18 21:38:39 +0100
commitbcaf312bca57b521ae8b91c532242506fc7877af (patch)
tree42888cafc092e495db2b46569863009fd79b4f3e /meson.build
parentb559c56d800ea283f72bb5110ad469a59ba3cbd6 (diff)
5.0.1
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 bd8599b..bb71c47 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gpu-screen-recorder', ['c', 'cpp'], version : '5.0.0', default_options : ['warning_level=2'])
+project('gpu-screen-recorder', ['c', 'cpp'], version : '5.0.1', default_options : ['warning_level=2'])
add_project_arguments('-Wshadow', language : ['c', 'cpp'])
if get_option('buildtype') == 'debug'