rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit f5e2a8522f34b56018b77520738fb15fab083ee6
parent a25e66a479d5fea0eac3d74fbe3a082352799358
Author: tjg <tjg>
Date:   Fri, 12 Oct 2001 09:33:44 +0000

  Release: rc-1.6b3.

Diffstat:
MREADME | 4++--
Mconfigure.ac | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -1,4 +1,4 @@ -This is snapshot release rc-1.6s20010618. +This is beta release rc-1.6b3. See COPYING for copying information. All files are @@ -24,7 +24,7 @@ make rc; this information is extremely valuable. FEEPING CREATURISM -See the end of the man page, under "INCOMPATABILITIES" for (known?) +See the end of the man page, under "INCOMPATIBILITIES" for (known?) differences from the "real" rc. Most of these changes were necessary to get rc to work in a reasonable fashion on a real (i.e. commercial, non-Labs) Unix system; a few were changes motivated by concern about diff --git a/configure.ac b/configure.ac @@ -6,9 +6,9 @@ AC_DEFINE_UNQUOTED(RELDATE, "$RELDATE") dnl Automake stuff. dnl Use this one for snapshots... -AM_INIT_AUTOMAKE(rc, 1.6s`echo $RELDATE |sed 's/-//g'`) +dnl AM_INIT_AUTOMAKE(rc, 1.6s`echo $RELDATE |sed 's/-//g'`) dnl ...and this one for releases -dnl AM_INIT_AUTOMAKE(rc, 1.6b2) +AM_INIT_AUTOMAKE(rc, 1.6b3) AM_CONFIG_HEADER(config.h)