diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-12-29 21:12:24 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-12-29 21:12:24 +0100 |
commit | 7a8d41ebe89c6173b81975d935fbdc9c553081ea (patch) | |
tree | 32f509457b30059262be6765cd498e8abae3c40d /meson.build | |
parent | f897bef8f3434b8d6022f634f956ac5343b5f2b0 (diff) |
5.0.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 5b400be..04d3cf0 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.3.3', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.0.0', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |