Release: 0.9.1
authorshort <>
Mon, 29 Sep 2003 15:51:21 +0000 (15:51 +0000)
committershort <>
Mon, 29 Sep 2003 15:51:21 +0000 (15:51 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 30eb8ae..3ee3937 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 $Id$
 
 
-NEWS for captive-0.9.1
+NEWS for captive-0.9.1 (2003-09-29)
 ----------------------
 
 * Package deployment nuances fixed; 'ntfs' disks are no longer auto-mounted
index 51f859a..1f650d5 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.1cvs)
+AM_INIT_AUTOMAKE(captive,0.9.1)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 dnl Call AC_PROG_CC before AC_ISC_POSIX.