diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-18 02:04:06 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-18 02:04:06 +0100 |
commit | 6e0f5413d922f4c1d24bf236f98c9ead3ab0a447 (patch) | |
tree | 225db837b5f697c59332430a8bb72333e459dcf7 /meson.build | |
parent | 62ff6492045a357454e145e936174e273bfd898f (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 4d0e5c1..186bf4a 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '4.3.0', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '4.3.1', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |