diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/README.binary | 6 | ||||
-rw-r--r-- | win/configure.in | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/win/README.binary b/win/README.binary index e5fb1a6..870161d 100644 --- a/win/README.binary +++ b/win/README.binary @@ -1,11 +1,11 @@ Tcl/Tk 8.4 for Windows, Binary Distribution -RCS: @(#) $Id: README.binary,v 1.20 2000/05/03 00:15:10 hobbs Exp $ +RCS: @(#) $Id: README.binary,v 1.21 2000/09/06 18:50:17 hobbs Exp $ 1. Introduction --------------- -This directory contains the binary distribution of Tcl/Tk 8.4a1 for +This directory contains the binary distribution of Tcl/Tk 8.4a2 for Windows. It was compiled with Microsoft Visual C++ 5.0 using Win32 API, so that it will run under Windows NT, 95, 98 and 2000. @@ -29,7 +29,7 @@ The home page for the Tcl/Tk 8.4 release is http://dev.scriptics.com/software/tcltk/8.4.html Detailed release notes can be found at - http://dev.scriptics.com/software/tcltk/relnotes/tcl8.4a1.txt + http://dev.scriptics.com/software/tcltk/relnotes/tcl8.4a2.txt Information about Tcl itself can be found at http://dev.scriptics.com/scripting/ diff --git a/win/configure.in b/win/configure.in index 908163e..5173dfe 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.27 2000/08/25 05:45:09 mo Exp $ +# RCS: @(#) $Id: configure.in,v 1.28 2000/09/06 18:50:17 hobbs Exp $ AC_INIT(../generic/tcl.h) TCL_VERSION=8.4 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=4 -TCL_PATCH_LEVEL="a1" +TCL_PATCH_LEVEL="a2" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION if test "${prefix}" = "NONE"; then |