summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorrjohnson <rjohnson@noemail.net>1999-01-04 19:25:00 (GMT)
committerrjohnson <rjohnson@noemail.net>1999-01-04 19:25:00 (GMT)
commita99c6a13a0444ea71b9cb2a2f4f12f959b6d4930 (patch)
tree2ebcffb0739583b8c350d6195ba1907eed304abb /README
parent02fea52b5f7ec224ebbe22568e2fb41242fa76d1 (diff)
downloadtcl-a99c6a13a0444ea71b9cb2a2f4f12f959b6d4930.zip
tcl-a99c6a13a0444ea71b9cb2a2f4f12f959b6d4930.tar.gz
tcl-a99c6a13a0444ea71b9cb2a2f4f12f959b6d4930.tar.bz2
Updated the version to 8.0.5.
FossilOrigin-Name: b3c705fae1f8a2cd8989ddb1f77ce443ba04240b
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 8 insertions, 6 deletions
diff --git a/README b/README
index f29ca50..639d0fd 100644
--- a/README
+++ b/README
@@ -1,13 +1,13 @@
Tcl
-RCS: @(#) $Id: README,v 1.11 1998/10/13 19:03:52 escoffon Exp $
+RCS: @(#) $Id: README,v 1.12 1999/01/04 19:25:00 rjohnson Exp $
1. Introduction
---------------
This directory and its descendants contain the sources and documentation
for Tcl, an embeddable scripting language. The information here
-corresponds to release 8.0.4, which is the fourth patch update for Tcl
+corresponds to release 8.0.5, which is the fourth patch update for Tcl
8.0. This patch provides compatibility with [incr Tcl] 3.0.
Tcl 8.0 is a major new release that replaces the core of the
interpreter with an on-the-fly bytecode compiler to improve execution
@@ -87,7 +87,7 @@ Before trying to compile Tcl you should do the following things:
without changing any features, so you should normally use the
latest patch release for the version of Tcl that you want.
Patch releases are available in two forms. A file like
- tcl8.0.4.tar.Z is a complete release for patch level 4 of Tcl
+ tcl8.0.5.tar.Z is a complete release for patch level 4 of Tcl
version 8.0. If there is a file with a higher patch level than
this release, just fetch the file with the highest patch level
and use it.
@@ -395,6 +395,8 @@ bug fixes only. A patch release (e.g Tcl 7.6p2) should be completely
compatible with the base release from which it is derived (e.g. Tcl
7.6), and you should normally use the highest available patch release.
-As of 8.0.3, the patch releases use a second . instead of 'p'. So, the
-8.0 release went to 8.0p1, 8.0p2, 8.0.3, and 8.0.4. The alphas and betas
-will still use the 'a' and 'b' letters in their tcl_patchLevel.
+As of 8.0.3, the patch releases use a second . instead of 'p'. So,
+the 8.0 release went to 8.0p1, 8.0p2, 8.0.3, 8.0.4, and 8.0.5. The
+alphas and betas will still use the 'a' and 'b' letters in their
+tcl_patchLevel.
+