diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-05 09:34:09 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-05 09:34:09 +0100 |
commit | a9511936ecc9f83508f229478d3e2fc46f295cf1 (patch) | |
tree | 450af6d77df0f5a70ad67fc2b192377ae36355f2 | |
parent | b9d977eb055bdda9afbdc9861d0408c6b430f861 (diff) |
4.2.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 5920bb7..f3bb533 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.2.5', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.2.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 38f5a91..518649a 100644 --- a/project.conf +++ b/project.conf @@ -1,7 +1,7 @@ [package] name = "gpu-screen-recorder-gtk" type = "executable" -version = "4.2.5" +version = "4.2.6" platforms = ["posix"] [config] |