diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-04-06 22:22:43 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-04-06 22:22:43 +0200 |
commit | db04b2e55e366fc60c0f0ff8e0caac991b2a6536 (patch) | |
tree | ae57ab8f42f25efa304ad6ed18da58e4f83d5278 | |
parent | 5029906c344ea39c13c9875d89da0f6b4a8595aa (diff) |
-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 0a3534a..ac091a9 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '5.3.7', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '5.3.8', 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 368219b..bc8ec9f 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder" type = "executable" -version = "5.3.7" +version = "5.3.8" platforms = ["posix"] [config] |