Updated version / year info

This commit is contained in:
oparviai 2008-02-17 14:56:04 +00:00
parent 48ccf3aef8
commit 138d4b5eab
2 changed files with 3 additions and 3 deletions

View File

@ -79,10 +79,10 @@ namespace soundtouch
{ {
/// Soundtouch library version string /// Soundtouch library version string
#define SOUNDTOUCH_VERSION "1.3.1" #define SOUNDTOUCH_VERSION "1.3.2"
/// SoundTouch library version id /// SoundTouch library version id
#define SOUNDTOUCH_VERSION_ID 010301 #define SOUNDTOUCH_VERSION_ID 010302
// //
// Available setting IDs for the 'setSetting' & 'get_setting' functions: // Available setting IDs for the 'setSetting' & 'get_setting' functions:

View File

@ -52,7 +52,7 @@ using namespace std;
static const char _helloText[] = static const char _helloText[] =
"\n" "\n"
" SoundStretch v%s - Written by Olli Parviainen 2001 - 2006\n" " SoundStretch v%s - Written by Olli Parviainen 2001 - 2008\n"
"==================================================================\n" "==================================================================\n"
"author e-mail: <oparviai@iki.fi> - WWW: http://www.surina.net/soundtouch\n" "author e-mail: <oparviai@iki.fi> - WWW: http://www.surina.net/soundtouch\n"
"\n" "\n"