Bump library version

This commit is contained in:
Chris Cannam
2021-06-07 13:29:30 +01:00
parent 1d0c714e65
commit d802ecd2b5
2 changed files with 15 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
project(
'Rubber Band Library',
'c', 'cpp',
version: '1.9.2-pre',
version: '1.9.2',
license: 'GPL-2.0-or-later',
default_options: [
# All Rubber Band code is actually C++98, but some compilers no
@@ -15,7 +15,7 @@ project(
meson_version: '>= 0.53.0'
)
rubberband_dynamic_library_version = '2.1.3'
rubberband_dynamic_library_version = '2.1.4'
system = host_machine.system()
architecture = host_machine.cpu_family()