Update for 3.1.1

This commit is contained in:
Chris Cannam
2022-10-21 13:57:21 +01:00
parent 1595fcb47e
commit f86f31b9f0
2 changed files with 15 additions and 1 deletions

View File

@@ -1,4 +1,18 @@
Changes in Rubber Band v3.1.1
This minor release contains no code changes, only a fix to the build
system.
* Fix failure to configure and build on some systems without a Java
compiler. Java/JNI support is entirely optional in Rubber Band, but
auto-detection of whether to build it or not was failing in certain
environments: this broke the normal build process for some users.
The API is unchanged from 3.0 and the library is binary compatible
back to version 1.7.
Changes in Rubber Band v3.1 Changes in Rubber Band v3.1
This significant release contains many enhancements that can improve This significant release contains many enhancements that can improve

View File

@@ -2,7 +2,7 @@
project( project(
'Rubber Band Library', 'Rubber Band Library',
'c', 'cpp', 'c', 'cpp',
version: '3.1.0', version: '3.1.1',
license: 'GPL-2.0-or-later', license: 'GPL-2.0-or-later',
default_options: [ default_options: [
'cpp_std=c++11', 'cpp_std=c++11',