diff --git a/NEWS b/NEWS index 9e666fa7..43a10a2f 100644 --- a/NEWS +++ b/NEWS @@ -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 - preprocessor symbol LIBCDIO_VERSION number has to be an integer. (Bug caused by naming version 0.78.1) @@ -368,4 +372,4 @@ version 0.1 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 $ diff --git a/configure.ac b/configure.ac index e834e62d..1f068129 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein +dnl Copyright (C) 2003, 2004, 2005, 2006 Rocky Bernstein dnl 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 @@ -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 02110-1301 USA. -define(RELEASE_NUM, 78.2) +define(RELEASE_NUM, 79cvs) define(CDIO_VERSION_STR, 0.$1) 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_CONFIG_SRCDIR(src/cd-info.c)