Changed version string to 1.8.0

This commit is contained in:
oparviai 2014-01-07 19:26:29 +00:00
parent 1f6391a9ca
commit 2d91306ac0
2 changed files with 233 additions and 233 deletions

View File

@ -19,7 +19,7 @@ dnl this program; if not, write to the Free Software Foundation, Inc., 59 Temple
dnl Place - Suite 330, Boston, MA 02111-1307, USA
# Process this file with autoconf to produce a configure script.
AC_INIT(SoundTouch, 1.7.0, [http://www.surina.net/soundtouch])
AC_INIT(SoundTouch, 1.8.0, [http://www.surina.net/soundtouch])
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER([include/soundtouch_config.h])
AM_INIT_AUTOMAKE

View File

@ -79,10 +79,10 @@ namespace soundtouch
{
/// Soundtouch library version string
#define SOUNDTOUCH_VERSION "1.7.2 (dev)"
#define SOUNDTOUCH_VERSION "1.8.0"
/// SoundTouch library version id
#define SOUNDTOUCH_VERSION_ID (10702)
#define SOUNDTOUCH_VERSION_ID (10800)
//
// Available setting IDs for the 'setSetting' & 'get_setting' functions: