From d577aee775b09e0dc3c43fbcf15e6d6c9bfa98fd Mon Sep 17 00:00:00 2001 From: oparviai Date: Sun, 24 Jan 2010 12:19:07 +0000 Subject: [PATCH] Fixed version number in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 935bfe3..934410e 100644 --- a/configure.ac +++ b/configure.ac @@ -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.4.0, [http://www.surina.net/soundtouch]) +AC_INIT(SoundTouch, 1.5.0, [http://www.surina.net/soundtouch]) AC_CONFIG_AUX_DIR(config) AM_CONFIG_HEADER([include/soundtouch_config.h]) AM_INIT_AUTOMAKE