diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-20 15:29:31 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-20 15:29:31 +0200 |
commit | 1b356677ea281a10f89eb21365d7182ae6019360 (patch) | |
tree | 6e3297af01a869780a43c23e3924ea4dc8ae068b /meson.build | |
parent | 45a10baf5f46785383d6885ac602060d7d4caa1f (diff) |
minor
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 649357f..ce97d6d 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '4.1.4', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '4.1.5', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |