Version to 1.4.0

This commit is contained in:
oparviai 2008-12-25 17:03:48 +00:00
parent 272462f2a3
commit b25c82efe4
2 changed files with 2 additions and 13 deletions

View File

@ -79,10 +79,10 @@ namespace soundtouch
{
/// Soundtouch library version string
#define SOUNDTOUCH_VERSION "1.3.9"
#define SOUNDTOUCH_VERSION "1.4.0"
/// SoundTouch library version id
#define SOUNDTOUCH_VERSION_ID (10309)
#define SOUNDTOUCH_VERSION_ID (10400)
//
// Available setting IDs for the 'setSetting' & 'get_setting' functions:

View File

@ -1,11 +0,0 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: SoundTouch
Description: SoundTouch is an open-source audio processing library for changing the Tempo, Pitch and Playback Rates of audio streams or files
Version: @VERSION@
Libs: -L${libdir} -lSoundTouch
Cflags: -I${includedir}/soundtouch