From 138d4b5eabb854f3ee42f1385363000ffb1764e1 Mon Sep 17 00:00:00 2001 From: oparviai Date: Sun, 17 Feb 2008 14:56:04 +0000 Subject: [PATCH] Updated version / year info --- include/SoundTouch.h | 4 ++-- source/example/SoundStretch/main.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/SoundTouch.h b/include/SoundTouch.h index 81f25c9..f51f565 100644 --- a/include/SoundTouch.h +++ b/include/SoundTouch.h @@ -79,10 +79,10 @@ namespace soundtouch { /// Soundtouch library version string -#define SOUNDTOUCH_VERSION "1.3.1" +#define SOUNDTOUCH_VERSION "1.3.2" /// SoundTouch library version id -#define SOUNDTOUCH_VERSION_ID 010301 +#define SOUNDTOUCH_VERSION_ID 010302 // // Available setting IDs for the 'setSetting' & 'get_setting' functions: diff --git a/source/example/SoundStretch/main.cpp b/source/example/SoundStretch/main.cpp index c6a5c60..095dfc6 100644 --- a/source/example/SoundStretch/main.cpp +++ b/source/example/SoundStretch/main.cpp @@ -52,7 +52,7 @@ using namespace std; static const char _helloText[] = "\n" - " SoundStretch v%s - Written by Olli Parviainen 2001 - 2006\n" + " SoundStretch v%s - Written by Olli Parviainen 2001 - 2008\n" "==================================================================\n" "author e-mail: - WWW: http://www.surina.net/soundtouch\n" "\n"