diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-11-18 02:05:24 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-11-18 02:05:24 +0100 |
commit | d108bc7139222e9fe3a08587e492a72963c9872f (patch) | |
tree | 0e50101106a7d6ad4906dae026ba9e6f0d478e7d /meson.build | |
parent | a1d5d13625f1c0f7e920053389da22cf4a460a92 (diff) |
4.3.1
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index ca36e56..cf3f885 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.3.0', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.3.1', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |