diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-25 14:56:06 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-25 19:07:59 +0200 |
commit | 637d6ebfd616b517876dfe681676f564a4d68154 (patch) | |
tree | 1fa057b4e906fcaa2e36aab907d023ab179edce7 /meson.build | |
parent | 5a94122b8f4788a920663fd74710d888865ec810 (diff) |
Match gsr monitor name with wayland monitor name. Thanks info@leocodes5.5.4
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 0a0bb60..5fabfa9 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.5.3', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.5.4', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |