From aa5f708467d730585ea62eb66df3b150b59cebf2 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Sun, 1 Mar 2009 21:57:15 +0000 Subject: [PATCH] * Update versions etc for forthcoming 1.3 bugfix release --- Makefile.in | 2 +- README | 2 +- rubberband.pc.in | 2 +- rubberband/RubberBandStretcher.h | 2 +- rubberband/rubberband-c.h | 2 +- src/StretcherImpl.cpp | 1 - 6 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Makefile.in b/Makefile.in index bd28e0e..39d7c26 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ MKDIR := mkdir AR := ar DYNAMIC_EXTENSION := .so -DYNAMIC_FULL_VERSION := .2.0.0 +DYNAMIC_FULL_VERSION := .2.1.0 DYNAMIC_ABI_VERSION := .2 DYNAMIC_LIBNAME := librubberband$(DYNAMIC_EXTENSION) DYNAMIC_LDFLAGS := -shared -Wl,-Bsymbolic -Wl,-soname=$(DYNAMIC_LIBNAME)$(DYNAMIC_ABI_VERSION) diff --git a/README b/README index 0c471a6..192b091 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ Rubber Band An audio time-stretching and pitch-shifting library and utility program. -Copyright 2008 Chris Cannam, cannam@all-day-breakfast.com. +Copyright 2008-2009 Chris Cannam, cannam@all-day-breakfast.com. Distributed under the GNU General Public License. diff --git a/rubberband.pc.in b/rubberband.pc.in index 3ab0a99..96a3cc3 100644 --- a/rubberband.pc.in +++ b/rubberband.pc.in @@ -4,7 +4,7 @@ libdir=${exec_prefix}/lib includedir=${prefix}/include Name: rubberband -Version: 1.2 +Version: 1.3 Description: Libs: -L${libdir} -lrubberband Cflags: -I${includedir} diff --git a/rubberband/RubberBandStretcher.h b/rubberband/RubberBandStretcher.h index ff12baf..1e676f2 100644 --- a/rubberband/RubberBandStretcher.h +++ b/rubberband/RubberBandStretcher.h @@ -15,7 +15,7 @@ #ifndef _RUBBERBANDSTRETCHER_H_ #define _RUBBERBANDSTRETCHER_H_ -#define RUBBERBAND_VERSION "1.2.0-gpl" +#define RUBBERBAND_VERSION "1.3.0-gpl" #define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MINOR_VERSION 0 diff --git a/rubberband/rubberband-c.h b/rubberband/rubberband-c.h index 78fd129..a2cfe76 100644 --- a/rubberband/rubberband-c.h +++ b/rubberband/rubberband-c.h @@ -19,7 +19,7 @@ extern "C" { #endif -#define RUBBERBAND_VERSION "1.2.0-gpl" +#define RUBBERBAND_VERSION "1.3.0-gpl" #define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MINOR_VERSION 0 diff --git a/src/StretcherImpl.cpp b/src/StretcherImpl.cpp index 2c3c607..7ec7c16 100644 --- a/src/StretcherImpl.cpp +++ b/src/StretcherImpl.cpp @@ -587,7 +587,6 @@ RubberBandStretcher::Impl::configure() delete m_phaseResetAudioCurve; m_phaseResetAudioCurve = new PercussiveAudioCurve -// m_phaseResetAudioCurve = new SpectralDifferenceAudioCurve (m_sampleRate, m_windowSize); delete m_silentAudioCurve;