diff options
author | dgp <dgp@users.sourceforge.net> | 2008-09-25 14:37:59 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-09-25 14:37:59 (GMT) |
commit | 7bf6e2558f5324998ed7af4c9b24f2f4f3f4bb49 (patch) | |
tree | 8b35666faa0b32dc1c39e35594cd300f81fa37a2 /win/README | |
parent | 1056d12d5d7546c76677aeda3affb83316306329 (diff) | |
download | tcl-7bf6e2558f5324998ed7af4c9b24f2f4f3f4bb49.zip tcl-7bf6e2558f5324998ed7af4c9b24f2f4f3f4bb49.tar.gz tcl-7bf6e2558f5324998ed7af4c9b24f2f4f3f4bb49.tar.bz2 |
overlooked 85 -> 86 bump
Diffstat (limited to 'win/README')
-rw-r--r-- | win/README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ Tcl 8.6 for Windows -RCS: @(#) $Id: README,v 1.39 2008/04/19 02:04:34 mdejong Exp $ +RCS: @(#) $Id: README,v 1.40 2008/09/25 14:37:59 dgp Exp $ 1. Introduction --------------- @@ -68,9 +68,9 @@ Use the Makefile "install" target to install Tcl. It will install it according to the prefix options you provided in the correct directory structure. -Note that in order to run tclsh85.exe, you must ensure that tcl85.dll is on +Note that in order to run tclsh86.exe, you must ensure that tcl86.dll is on your path, in the system directory, or in the directory containing -tclsh85.exe. +tclsh86.exe. Note: Tcl no longer provides support for Win32s. |