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"