aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-09-21 15:45:22 +0200
committerdec05eba <dec05eba@protonmail.com>2024-09-21 15:45:22 +0200
commit1672aa12112e0582ecfce2858ed0048582fa12af (patch)
tree13c1c07271898967fdc6e814f4606e6177f06c42 /meson.build
parent13757f111b7fbb77c76c7b086317a9dfc3be1958 (diff)
4.1.10, urgent fix
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 117a01b..c89c818 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.9', default_options : ['warning_level=2'])
+project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.10', default_options : ['warning_level=2'])
add_project_arguments('-Wshadow', language : ['c', 'cpp'])
if get_option('buildtype') == 'debug'