Release: 0.9.6
authorshort <>
Mon, 13 Oct 2003 14:05:59 +0000 (14:05 +0000)
committershort <>
Mon, 13 Oct 2003 14:05:59 +0000 (14:05 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 8879ffe..02a4ef4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 $Id$
 
 
-NEWS for captive-0.9.6
+NEWS for captive-0.9.6 (2003-10-13)
 ----------------------
 
 * Fixed /etc/fstab updating by 'install' package
index a57252e..7724265 100644 (file)
@@ -19,7 +19,7 @@
 AC_INIT(src/libcaptive/Makefile-libcaptive.am)
 dnl 2.53 for AM_GLIB_GNU_GETTEXT:
 AC_PREREQ(2.53)
-AM_INIT_AUTOMAKE(captive,0.9.6cvs)
+AM_INIT_AUTOMAKE(captive,0.9.6)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 dnl Call AC_PROG_CC before AC_ISC_POSIX.