diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-09-21 22:33:43 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-09-21 22:33:43 +0200 |
commit | 7ee360b0d44956691200791746880bf704c0c0b1 (patch) | |
tree | 7f18dc66b6246e4a3063238f6de7b92e30e366ee /meson.build | |
parent | 1672aa12112e0582ecfce2858ed0048582fa12af (diff) |
4.1.11 sigh4.1.11
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index c89c818..0a7bf4b 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.10', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.11', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |