diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-05 01:44:13 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-05 01:44:27 +0200 |
commit | 5cda6c0bf03f8414656d4b87f22636b19a5aa567 (patch) | |
tree | 5c4a722b6625d511fb0cd32062caf3e71731ece5 /meson.build | |
parent | 3f18462af41df720fb21f8351114a21e1cacf239 (diff) |
Fix incorrect replay duration saved for disk replay5.5.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 480eaa2..35c4984 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.5.0', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.5.1', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |