Update versions

This commit is contained in:
Chris Cannam
2024-08-12 09:22:21 +01:00
parent e75fc4f9d1
commit ffe7cf966c
4 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
project(
'Rubber Band Library',
'c', 'cpp',
version: '3.3.0',
version: '4.0.0',
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.3.0'
rubberband_dynamic_library_version = '3.0.0'
system = host_machine.system()
architecture = host_machine.cpu_family()