From b25c82efe4688810634714233142c0490083eab7 Mon Sep 17 00:00:00 2001 From: oparviai Date: Thu, 25 Dec 2008 17:03:48 +0000 Subject: [PATCH] Version to 1.4.0 --- include/SoundTouch.h | 4 ++-- soundtouch-1.0.pc.in | 11 ----------- 2 files changed, 2 insertions(+), 13 deletions(-) delete mode 100644 soundtouch-1.0.pc.in diff --git a/include/SoundTouch.h b/include/SoundTouch.h index 03a3c29..f9ea26b 100644 --- a/include/SoundTouch.h +++ b/include/SoundTouch.h @@ -79,10 +79,10 @@ namespace soundtouch { /// Soundtouch library version string -#define SOUNDTOUCH_VERSION "1.3.9" +#define SOUNDTOUCH_VERSION "1.4.0" /// SoundTouch library version id -#define SOUNDTOUCH_VERSION_ID (10309) +#define SOUNDTOUCH_VERSION_ID (10400) // // Available setting IDs for the 'setSetting' & 'get_setting' functions: diff --git a/soundtouch-1.0.pc.in b/soundtouch-1.0.pc.in deleted file mode 100644 index 03d0360..0000000 --- a/soundtouch-1.0.pc.in +++ /dev/null @@ -1,11 +0,0 @@ -prefix=@prefix@ -exec_prefix=@exec_prefix@ -libdir=@libdir@ -includedir=@includedir@ - -Name: SoundTouch -Description: SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files -Version: @VERSION@ -Libs: -L${libdir} -lSoundTouch -Cflags: -I${includedir}/soundtouch -