diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-07 11:47:27 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-07 11:51:49 +0200 |
commit | b0b1442a037be7bc6b07c11920dbf25207a9136e (patch) | |
tree | ca4e82a5d7a72c22e62bb9c21610a4a9d63ca307 /meson.build | |
parent | baa7bfd5e460c8401385e098649eee07db7a6614 (diff) |
Swap flush and memory barrier5.5.7
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 9a1dd48..953c8b6 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.5.6', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.5.7', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |