diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-07-15 15:57:36 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-07-15 15:57:36 +0200 |
| commit | 3bdc117b311b787b85e2ab6af1b3d63fcef00e49 (patch) | |
| tree | 9ee5c81dca3008e44ce02c8203d0ab67f8777bb9 | |
| parent | 22f38efd69911613d8438d73b8823500f2b58f04 (diff) | |
5.15.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 2da09c1..4b24f75 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.15.0', default_options : ['warning_level=2', 'cpp_std=c++17']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.15.1', default_options : ['warning_level=2', 'cpp_std=c++17']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' diff --git a/project.conf b/project.conf index 83700be..26b995e 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder" type = "executable" -version = "5.15.0" +version = "5.15.1" platforms = ["posix"] [lang.cpp] |
