summaryrefslogtreecommitdiffstats
path: root/win/README
diff options
context:
space:
mode:
authorwelch <welch>1999-06-25 23:29:45 (GMT)
committerwelch <welch>1999-06-25 23:29:45 (GMT)
commitc73acda883542082356bf5e1dbf9df119d05901d (patch)
tree6f6aa65daa6f22d3dd43aa3dac731c73ed38c956 /win/README
parentff48e1814f89eb1a5ab54dd9b52bd308d0e40262 (diff)
downloadtcl-c73acda883542082356bf5e1dbf9df119d05901d.zip
tcl-c73acda883542082356bf5e1dbf9df119d05901d.tar.gz
tcl-c73acda883542082356bf5e1dbf9df119d05901d.tar.bz2
Changed to Tcl 8.2b1
Diffstat (limited to 'win/README')
-rw-r--r--win/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/win/README b/win/README
index bad9d8f..cc9fc11 100644
--- a/win/README
+++ b/win/README
@@ -1,10 +1,10 @@
-Tcl 8.1 for Windows
+Tcl 8.2 for Windows
by Scott Stanton
Scriptics Corporation
scott.stanton@scriptics.com
-RCS: @(#) $Id: README,v 1.11 1999/04/24 01:46:54 stanton Exp $
+RCS: @(#) $Id: README,v 1.12 1999/06/25 23:29:55 welch Exp $
1. Introduction
---------------
@@ -39,18 +39,18 @@ find them. Tcl looks in one of three places for the library files:
1) The path specified in the environment variable "TCL_LIBRARY".
- 2) In the lib\tcl8.1 directory under the installation directory
+ 2) In the lib\tcl8.2 directory under the installation directory
as specified in the registry:
- HKEY_LOCAL_MACHINE\SOFTWARE\Scriptics\Tcl\8.1
+ HKEY_LOCAL_MACHINE\SOFTWARE\Scriptics\Tcl\8.2
3) Relative to the directory containing the current .exe.
Tcl will look for a directory "..\lib\tcl8.1" relative to the
directory containing the currently running .exe.
-Note that in order to run tclsh81.exe, you must ensure that tcl81.dll
-and tclpip81.dll are on your path, in the system directory, or in the
-directory containing tclsh81.exe.
+Note that in order to run tclsh82.exe, you must ensure that tcl82.dll
+and tclpip82.dll are on your path, in the system directory, or in the
+directory containing tclsh82.exe.
Note: Tcl no longer provides support for Win32s.