diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-24 01:36:00 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-24 01:36:00 +0200 |
commit | 7fc1fda03033eed732d984f7c786a9cbb1d4a78d (patch) | |
tree | d5542763954ddb54e1881421c975dddfba2765f4 | |
parent | a5c5679d6d65c8f1f0d4499f36c9abb3183ec88d (diff) |
5.7.65.7.6
-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 9213ee3..ee35e06 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.7.5', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '5.7.6', 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 5a096da..ddf4c22 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "5.7.5" +version = "5.7.6" platforms = ["posix"] [config] |