diff --git a/CHANGELOG b/CHANGELOG index 70e5165..1929031 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 This significant release contains many enhancements that can improve diff --git a/meson.build b/meson.build index 84ee370..43cbf33 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'Rubber Band Library', 'c', 'cpp', - version: '3.1.0', + version: '3.1.1', license: 'GPL-2.0-or-later', default_options: [ 'cpp_std=c++11',