diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-25 00:23:55 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-25 00:23:55 +0100 |
commit | f1e4e32c35843a5ec3b8176d3bf65540aa124122 (patch) | |
tree | 64d7cf71d349d4178c1e3943f0126825c7b19835 /meson.build | |
parent | 04aa90e45bcf8d7689291dfc8300b4a1ddcb7b40 (diff) |
5.1.05.1.0
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 849ca4e..7a13183 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.0.10', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.1.0', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |