diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-09-20 23:02:45 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-09-20 23:04:56 +0200 |
commit | 13757f111b7fbb77c76c7b086317a9dfc3be1958 (patch) | |
tree | f8473970b97385449b27546b3190c6d5bb5a5855 /meson.build | |
parent | 22e153e654ce912f2b7e8d4746b60a624208a11b (diff) |
4.1.9
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 ae1208e..117a01b 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.8', default_options : ['warning_level=2']) +project('gpu-screen-recorder-gtk', ['c', 'cpp'], version : '4.1.9', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |