diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-04 23:23:36 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-04 23:23:36 +0200 |
commit | 61f8c666fea0ccd6c2637be4d1bd6aa875b65926 (patch) | |
tree | 362405a8f64164ebaa9291c807a4f41799411c7c /meson.build | |
parent | 28be9d1c6fde9983c61ab76409c485d2dc14c823 (diff) |
Separate audio into output and input1.6.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 cb66cf0..95c21f0 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('gsr-ui', ['c', 'cpp'], version : '1.6.0', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') +project('gsr-ui', ['c', 'cpp'], version : '1.6.1', default_options : ['warning_level=2', 'cpp_std=c++17'], subproject_dir : 'depends') if get_option('buildtype') == 'debug' add_project_arguments('-g3', language : ['c', 'cpp']) |