From: short <> Date: Sat, 11 Oct 2003 17:40:24 +0000 (+0000) Subject: Release: 0.9.5 X-Git-Tag: captive-0_9_5~1 X-Git-Url: https://git.jankratochvil.net/?a=commitdiff_plain;h=e97191d14ee76fe802b5533a77f8d10f27b20cc6;p=captive.git Release: 0.9.5 --- diff --git a/NEWS b/NEWS index b18c923..8424318 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ $Id$ -NEWS for captive-0.9.5 +NEWS for captive-0.9.5 (2003-10-11) ---------------------- * Retained ntfs.sys mounting back again (bugreport by Martin Drab) diff --git a/configure.in b/configure.in index d905da9..1c566db 100644 --- a/configure.in +++ b/configure.in @@ -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.5cvs) +AM_INIT_AUTOMAKE(captive,0.9.5) AM_CONFIG_HEADER(config.h) AM_MAINTAINER_MODE dnl Call AC_PROG_CC before AC_ISC_POSIX.