diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-06-07 00:56:29 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-06-07 00:56:29 +0200 |
commit | baa7bfd5e460c8401385e098649eee07db7a6614 (patch) | |
tree | 422780eddac1e048246f04d8414b2e261e8d8465 | |
parent | 3b09cb7fd35b080ec42ce23a2cab01b12959f9f9 (diff) |
5.5.65.5.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 9447461..9a1dd48 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.5.5', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.5.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 490390a..a631a69 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder" type = "executable" -version = "5.5.5" +version = "5.5.6" platforms = ["posix"] [config] |