commit e08f2f67a5bbd7014d5a25d38d2c923fa30c6031
parent bb75d87840ec0aa49c4ec0019e32c162054229a2
Author: tjg <tjg>
Date: Tue, 20 Nov 2001 21:35:04 +0000
Release: rc-1.6c5.
Diffstat:
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -750,3 +750,10 @@ Changes since rc-1.5b2
Portability: rename print.c::utoa() to rc_utoa() to avoid QNX name
clash; use "sh -c 'test ...'" in trip.rc for missing standalone
`test' on QNX (thanks Stefan Dalibor).
+
+2001-11-20
+
+ Documentation: tighten up various descriptions, and include some
+ more examples.
+
+ Release: rc-1.6c5.
diff --git a/README b/README
@@ -1,4 +1,4 @@
-This is beta release rc-1.6b3.
+This is release candidate rc-1.6c5.
See COPYING for copying information. All files are
diff --git a/configure.ac b/configure.ac
@@ -8,7 +8,7 @@ dnl Automake stuff.
dnl Use this one for snapshots...
dnl AM_INIT_AUTOMAKE(rc, 1.6s`echo $RELDATE |sed 's/-//g'`)
dnl ...and this one for releases
-AM_INIT_AUTOMAKE(rc, 1.6c4)
+AM_INIT_AUTOMAKE(rc, 1.6c5)
AM_CONFIG_HEADER(config.h)