diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-18 21:38:39 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-18 21:38:39 +0100 |
commit | bcaf312bca57b521ae8b91c532242506fc7877af (patch) | |
tree | 42888cafc092e495db2b46569863009fd79b4f3e /meson.build | |
parent | b559c56d800ea283f72bb5110ad469a59ba3cbd6 (diff) |
5.0.1
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 bd8599b..bb71c47 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.0.0', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.0.1', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |