diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-09-20 23:01:21 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-09-20 23:01:47 +0200 |
commit | ff6d46871387ebae99904602b51d619f8d6ae957 (patch) | |
tree | fdbf17ff29ea1da93035e5bd5e8617bfd5bb8fa8 /meson.build | |
parent | f3284302a70e18208fef73ebd68b28dcc74ec2c6 (diff) |
4.1.9, Prepare for new hdr metadata alloc function and new preset values in ffmpeg 7.1
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 b275812..651f317 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '4.1.8', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '4.1.9', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |