diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-22 18:55:54 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-22 18:55:54 +0100 |
commit | c08811c0f3234f834479c6eeb1fffaccc29b7f8e (patch) | |
tree | 24719b584dc5359f74adc55cb8001a2f468183f2 /meson.build | |
parent | f8dc5999e9a98fd75f1e79c292299d18bab2aaf8 (diff) |
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 25ef4d6..5b400be 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.3.2', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.3.3', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |