diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-07-04 00:22:41 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-07-04 00:22:41 +0200 |
| commit | 9706252fcc46fef7c15522f07e4e61ee58ca6d6d (patch) | |
| tree | a085c8ba5ccca148eb0838a0f780bff17fd02340 | |
| parent | 8be5f0a256dbd002ec30d9ce95fb4ceda2451a5a (diff) | |
5.14.1
| -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 2f949e7..6865bbd 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.14.0', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.14.1', 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 0ce70af..40ae00e 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder" type = "executable" -version = "5.14.0" +version = "5.14.1" platforms = ["posix"] [config] |
