diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-05-16 04:20:30 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-05-16 04:20:30 +0200 |
| commit | 23703bb590c376b6011b0aadff49b7d7b4414146 (patch) | |
| tree | 5a78d397ce9fcd7413c37c6b2dde44ad5b11eb99 | |
| parent | 0b2adbddd809744f552f2ab3eef4d9d4d2082c6c (diff) | |
5.13.7
| -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 9ca869f..c45bffa 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.13.6', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.13.7', 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 cfecfb2..25ca673 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder" type = "executable" -version = "5.13.6" +version = "5.13.7" platforms = ["posix"] [config] |
