Update for v3.2.1

This commit is contained in:
Chris Cannam
2023-04-05 14:03:09 +01:00
parent ab9c0de723
commit f6f6bc581b
6 changed files with 17 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
project(
'Rubber Band Library',
'c', 'cpp',
version: '3.2.0',
version: '3.2.1',
license: 'GPL-2.0-or-later',
default_options: [
'cpp_std=c++11',
@@ -15,7 +15,7 @@ project(
meson_version: '>= 0.53.0'
)
rubberband_dynamic_library_version = '2.2.3'
rubberband_dynamic_library_version = '2.2.4'
system = host_machine.system()
architecture = host_machine.cpu_family()