diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/README.binary | 8 | ||||
-rw-r--r-- | win/configure.in | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/win/README.binary b/win/README.binary index ebb745d..0b70bb8 100644 --- a/win/README.binary +++ b/win/README.binary @@ -1,11 +1,11 @@ Tcl/Tk 8.2b2 for Windows, Binary Distribution -RCS: @(#) $Id: README.binary,v 1.9 1999/07/22 21:50:56 redman Exp $ +RCS: @(#) $Id: README.binary,v 1.10 1999/08/10 23:16:27 redman Exp $ 1. Introduction --------------- -This directory contains the binary distribution of Tcl/Tk 8.2b2 for +This directory contains the binary distribution of Tcl/Tk 8.2.0 for Windows. It was compiled with Microsoft Visual C++ 5.0 using Win32 API, so that it will run under Windows NT, Windows 95, and Windows 98. @@ -32,7 +32,7 @@ Information about new features in Tcl/Tk 8.2 can be found at http://www.scriptics.com/software/whatsnew82.html Detailed release notes can be found at - http://www.scriptics.com/software/relnotes/tcl8.2b2 + http://www.scriptics.com/software/relnotes/tcl8.2.0 Information about Tcl itself can be found at http://www.scriptics.com/scripting/ @@ -47,7 +47,7 @@ There are notes about compiling Tcl at --------------- The binary release is distributed as a self-extracting archive called -tcl82b2.exe. The setup program which will prompt you for an +tcl82.exe. The setup program which will prompt you for an installation directory. It will create the installation heirarchy under the specified directory, and install a wish application icon under the program manager group of your choice. diff --git a/win/configure.in b/win/configure.in index a53e7fd..a25b8a7 100644 --- a/win/configure.in +++ b/win/configure.in @@ -2,14 +2,14 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.12 1999/08/02 21:57:32 redman Exp $ +# RCS: @(#) $Id: configure.in,v 1.13 1999/08/10 23:16:27 redman Exp $ AC_INIT(../generic/tcl.h) TCL_VERSION=8.2 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=2 -TCL_PATCH_LEVEL=b2 +TCL_PATCH_LEVEL=".0" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION #-------------------------------------------------------------------- |