diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-02-22 01:05:53 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-02-22 01:05:53 +0100 |
commit | 42b1f8eacbb09887dd24565c353e44d6f6335b7b (patch) | |
tree | 153054b8bd6b9d791bbeb266975dd252e08229f9 /meson.build | |
parent | 000da7d64044c4ea2a1679c2864252fee9895d48 (diff) |
5.1.25.1.2
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 7b1ea04..6537574 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.1.1', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.1.2', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |