Next version to be 2.0.1

This commit is contained in:
Chris Cannam
2022-01-12 15:22:18 +00:00
parent 5a94067a50
commit 1460f39ad4
5 changed files with 9 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
project(
'Rubber Band Library',
'c', 'cpp',
version: '2.0.0',
version: '2.0.1',
license: 'GPL-2.0-or-later',
default_options: [
'cpp_std=c++14',
@@ -14,7 +14,7 @@ project(
meson_version: '>= 0.53.0'
)
rubberband_dynamic_library_version = '2.1.5'
rubberband_dynamic_library_version = '2.1.6'
system = host_machine.system()
architecture = host_machine.cpu_family()