mirror of
https://github.com/RPCS3/soundtouch.git
synced 2024-11-09 20:33:03 +01:00
Updated version / year info
This commit is contained in:
parent
48ccf3aef8
commit
138d4b5eab
@ -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:
|
||||
|
@ -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: <oparviai@iki.fi> - WWW: http://www.surina.net/soundtouch\n"
|
||||
"\n"
|
||||
|
Loading…
Reference in New Issue
Block a user