diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-08 02:07:57 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-08 02:07:57 +0200 |
commit | e271f3de85c5671b12a755e6987f52a430d8f084 (patch) | |
tree | 565e53c1829168933c88a3c5d223f19dc3bf75fb /meson.build | |
parent | 74ecb8a2a591d2e66ac137d0595701bf15eb68c2 (diff) |
Version 4.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 ff98634..5596b99 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.0.0', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.0', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |