diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-06 22:22:43 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-06 22:22:43 +0200 |
commit | db04b2e55e366fc60c0f0ff8e0caac991b2a6536 (patch) | |
tree | ae57ab8f42f25efa304ad6ed18da58e4f83d5278 /meson.build | |
parent | 5029906c344ea39c13c9875d89da0f6b4a8595aa (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 0a3534a..ac091a9 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.3.7', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.3.8', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |