diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-08-16 20:44:02 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-08-16 20:44:02 +0200 |
commit | 81e0b1c54b5db254352348ca8e35854e5d87a017 (patch) | |
tree | c015e3170c541a27e7901266be5a25ac921740a4 /meson.build | |
parent | 4012d60dbcfa1bbedb8dcd575a231da97c0977a5 (diff) |
Update version
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 bbb7621..f1c93da 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gpu-screen-recorder', ['c', 'cpp'], version : '4.1.0', default_options : ['warning_level=2']) +project('gpu-screen-recorder', ['c', 'cpp'], version : '4.1.2', default_options : ['warning_level=2']) add_project_arguments('-Wshadow', language : ['c', 'cpp']) if get_option('buildtype') == 'debug' |