We really are in 0.79cvs now.

This commit is contained in:
rocky
2006-11-16 00:47:28 +00:00
parent 5a470e52ec
commit 84f194e780
2 changed files with 10 additions and 6 deletions

10
NEWS
View File

@@ -1,6 +1,10 @@
$Id: NEWS,v 1.106 2006/11/01 04:09:20 rocky Exp $ $Id: NEWS,v 1.107 2006/11/16 00:47:28 rocky Exp $
version 0.78.1 version 0.79cvs
- iso-read: Add --ignore -k to ignore errors.
version 0.78.2
2006-10-31 2006-10-31
- preprocessor symbol LIBCDIO_VERSION number has to be an integer. - preprocessor symbol LIBCDIO_VERSION number has to be an integer.
(Bug caused by naming version 0.78.1) (Bug caused by naming version 0.78.1)
@@ -368,4 +372,4 @@ version 0.1
Routines split off from VCDImager. Routines split off from VCDImager.
$Id: NEWS,v 1.106 2006/11/01 04:09:20 rocky Exp $ $Id: NEWS,v 1.107 2006/11/16 00:47:28 rocky Exp $

View File

@@ -1,4 +1,4 @@
dnl Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein <rocky@panix.com> dnl Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein <rocky@gnu.org>
dnl dnl
dnl This program is free software; you can redistribute it and/or modify dnl This program is free software; you can redistribute it and/or modify
dnl it under the terms of the GNU General Public License as published by dnl it under the terms of the GNU General Public License as published by
@@ -15,11 +15,11 @@ dnl along with this program; if not, write to the Free Software
dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA dnl Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
dnl 02110-1301 USA. dnl 02110-1301 USA.
define(RELEASE_NUM, 78.2) define(RELEASE_NUM, 79cvs)
define(CDIO_VERSION_STR, 0.$1) define(CDIO_VERSION_STR, 0.$1)
AC_PREREQ(2.52) AC_PREREQ(2.52)
AC_REVISION([$Id: configure.ac,v 1.202 2006/10/30 13:02:37 rocky Exp $])dnl AC_REVISION([$Id: configure.ac,v 1.203 2006/11/16 00:47:28 rocky Exp $])dnl
AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM)) AC_INIT(libcdio, CDIO_VERSION_STR(RELEASE_NUM))
AC_CONFIG_SRCDIR(src/cd-info.c) AC_CONFIG_SRCDIR(src/cd-info.c)