Release: 0.9
authorshort <>
Tue, 23 Sep 2003 19:15:52 +0000 (19:15 +0000)
committershort <>
Tue, 23 Sep 2003 19:15:52 +0000 (19:15 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index b21594e..a0c2121 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 $Id$
 
 
-NEWS for captive-0.9
+NEWS for captive-0.9 (2003-09-23)
 --------------------
 
 * Multifilesystem capability by new CaptiveVfsObject
index 886e74e..6c8bbf7 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.9cvs)
+AM_INIT_AUTOMAKE(captive,0.9)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 dnl Call AC_PROG_CC before AC_ISC_POSIX.