From 798e8e4329696d89de6c848b597072f327f5c89f Mon Sep 17 00:00:00 2001 From: rocky Date: Fri, 15 Jul 2005 21:40:06 +0000 Subject: [PATCH] Open season for changes. Now in 0.76cvs land --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 24aebbc1..c11a3eb4 100644 --- a/configure.ac +++ b/configure.ac @@ -15,11 +15,11 @@ dnl along with this program; if not, write to the Free Software dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA dnl 02111-1307, USA. -define(RELEASE_NUM, 75) -define(CDIO_VERSION_STR, 0.$1) +define(RELEASE_NUM, 76) +define(CDIO_VERSION_STR, 0.$1cvs) AC_PREREQ(2.52) -AC_REVISION([$Id: configure.ac,v 1.161 2005/07/11 11:51:32 rocky Exp $])dnl +AC_REVISION([$Id: configure.ac,v 1.162 2005/07/15 21:40:06 rocky Exp $])dnl AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM)) AC_CONFIG_SRCDIR(src/cd-info.c)