diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-01-23 00:41:44 +0100 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-01-23 00:41:44 +0100 |
| commit | c1af14340657daa39aa177e301bbde01aafa62fd (patch) | |
| tree | 124980ba21ffeecefa81b7be6c0c9bda7d3691b5 | |
| parent | 4cebc3f0eea45153d023b532208d09ab76a442b8 (diff) | |
5.12.2
| -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 904264c..e328793 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.12.1', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.12.2', 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 9e3e9ea..f339056 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder" type = "executable" -version = "5.12.1" +version = "5.12.2" platforms = ["posix"] [config] |
