Version updates
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
|
||||||
|
Changes in Rubber Band v1.8.1
|
||||||
|
|
||||||
|
* Fix a crash in formant-preserving pitch shift for some build targets
|
||||||
|
|
||||||
|
The API is unchanged and the library is binary compatible with
|
||||||
|
version 1.7.
|
||||||
|
|
||||||
|
|
||||||
Changes in Rubber Band v1.8
|
Changes in Rubber Band v1.8
|
||||||
|
|
||||||
* Add build support for Win32/MSVC, Android, and various libraries
|
* Add build support for Win32/MSVC, Android, and various libraries
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
|
|
||||||
AC_INIT(RubberBand, 1.8, chris.cannam@breakfastquay.com)
|
AC_INIT(RubberBand, 1.8.1, chris.cannam@breakfastquay.com)
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR(src/StretcherImpl.h)
|
AC_CONFIG_SRCDIR(src/StretcherImpl.h)
|
||||||
AC_PROG_CXX
|
AC_PROG_CXX
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib
|
|||||||
includedir=${prefix}/include
|
includedir=${prefix}/include
|
||||||
|
|
||||||
Name: rubberband
|
Name: rubberband
|
||||||
Version: 1.4.0
|
Version: 1.8.1
|
||||||
Description:
|
Description:
|
||||||
Libs: -L${libdir} -lrubberband
|
Libs: -L${libdir} -lrubberband
|
||||||
Cflags: -I${includedir}
|
Cflags: -I${includedir}
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
#ifndef _RUBBERBANDSTRETCHER_H_
|
#ifndef _RUBBERBANDSTRETCHER_H_
|
||||||
#define _RUBBERBANDSTRETCHER_H_
|
#define _RUBBERBANDSTRETCHER_H_
|
||||||
|
|
||||||
#define RUBBERBAND_VERSION "1.8"
|
#define RUBBERBAND_VERSION "1.8.1"
|
||||||
#define RUBBERBAND_API_MAJOR_VERSION 2
|
#define RUBBERBAND_API_MAJOR_VERSION 2
|
||||||
#define RUBBERBAND_API_MINOR_VERSION 5
|
#define RUBBERBAND_API_MINOR_VERSION 5
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define RUBBERBAND_VERSION "1.8"
|
#define RUBBERBAND_VERSION "1.8.1"
|
||||||
#define RUBBERBAND_API_MAJOR_VERSION 2
|
#define RUBBERBAND_API_MAJOR_VERSION 2
|
||||||
#define RUBBERBAND_API_MINOR_VERSION 5
|
#define RUBBERBAND_API_MINOR_VERSION 5
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user