This will be 2.0.2

This commit is contained in:
Chris Cannam
2022-01-26 09:36:01 +00:00
parent 55c6ed21f9
commit c5f99d5ff2
5 changed files with 16 additions and 5 deletions

View File

@@ -2,7 +2,7 @@
project(
'Rubber Band Library',
'c', 'cpp',
version: '2.0.1',
version: '2.0.2',
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.6'
rubberband_dynamic_library_version = '2.1.7'
system = host_machine.system()
architecture = host_machine.cpu_family()