mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-07 07:30:02 +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
|
/// 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:
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user