diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-12-08 23:33:48 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-12-08 23:33:48 +0100 |
commit | 3af2ea52c2ede2e56743a09423285fbe505874bb (patch) | |
tree | 3410cbab7d415445d90492d2ab086b01b56e4fdf | |
parent | da08e318a60703777832e0eec7222a35d75cb848 (diff) |
4.3.5 - fix build on some distros with older spa version4.3.5
-rw-r--r-- | meson.build | 2 | ||||
-rw-r--r-- | project.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index 383d330..66bd0a2 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '4.3.4', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '4.3.5', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' diff --git a/project.conf b/project.conf index 6767531..f0d7cce 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder" type = "executable" -version = "4.3.4" +version = "4.3.5" platforms = ["posix"] [config] |