aboutsummaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-05-04 23:23:36 +0200
committerdec05eba <dec05eba@protonmail.com>2025-05-04 23:23:36 +0200
commit61f8c666fea0ccd6c2637be4d1bd6aa875b65926 (patch)
tree362405a8f64164ebaa9291c807a4f41799411c7c /meson.build
parent28be9d1c6fde9983c61ab76409c485d2dc14c823 (diff)
Separate audio into output and inputHEAD1.6.1master
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
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'])