diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-09-06 13:30:15 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-09-06 13:30:15 +0200 |
commit | 0da75a3e599450349d3fde5470ab6849238ca750 (patch) | |
tree | 770e81802e3d3ff9458d2519394758f4b116308c /meson.build | |
parent | 4f267e6f29c98259fea3a572778475f3bda9374e (diff) |
version 4.1.7
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 a9b408d..ffd1c65 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.6', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.7', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |