diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-18 18:01:53 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-18 18:01:53 +0200 |
commit | 5992bf18c5a9ea6cbecfc17f13c5edf85b57e65d (patch) | |
tree | b8beade2bca2f6b06b84e84c962272f2049d5293 /meson.build | |
parent | b626d7f7e6135569bb53a89ce3687d98426fbcda (diff) |
Update appdata, 4.1.3
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 0fb0c75..688f067 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.2', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.3', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |