Final preparation for 0.76 release.

This commit is contained in:
rocky
2005-09-23 09:08:48 +00:00
parent f46d1ce0ea
commit ba988e93c8
2 changed files with 11 additions and 5 deletions

View File

@@ -16,10 +16,10 @@ dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
dnl 02111-1307, USA.
define(RELEASE_NUM, 76)
define(CDIO_VERSION_STR, 0.$1cvs)
define(CDIO_VERSION_STR, 0.$1)
AC_PREREQ(2.52)
AC_REVISION([$Id: configure.ac,v 1.169 2005/09/21 01:09:09 rocky Exp $])dnl
AC_REVISION([$Id: configure.ac,v 1.170 2005/09/23 09:08:48 rocky Exp $])dnl
AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM))
AC_CONFIG_SRCDIR(src/cd-info.c)