Release: 1.0.1
authorshort <>
Tue, 28 Oct 2003 20:44:24 +0000 (20:44 +0000)
committershort <>
Tue, 28 Oct 2003 20:44:24 +0000 (20:44 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index d58c3eb..c48a397 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 $Id$
 
 
-NEWS for captive-1.0.1
+NEWS for captive-1.0.1 (2003-10-28)
 ----------------------
 
 * Fixed (harmless) crash/hang of lufsd during post-unmount cleanup
index 4652c12..3de1173 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,1.0.1cvs)
+AM_INIT_AUTOMAKE(captive,1.0.1)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 dnl Call AC_PROG_CC before AC_ISC_POSIX.