diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/README.binary | 4 | ||||
-rw-r--r-- | win/configure.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/win/README.binary b/win/README.binary index e1e8449..ad11a30 100644 --- a/win/README.binary +++ b/win/README.binary @@ -1,11 +1,11 @@ Tcl/Tk 8.5 for Windows, Binary Distribution -RCS: @(#) $Id: README.binary,v 1.40 2005/05/10 18:35:30 kennykb Exp $ +RCS: @(#) $Id: README.binary,v 1.41 2005/06/07 14:03:53 dkf Exp $ 1. Introduction --------------- -This directory contains the binary distribution of Tcl/Tk 8.5a3 for +This directory contains the binary distribution of Tcl/Tk 8.5a4 for Windows. It was compiled with Microsoft Visual C++ 6.0 using Win32 API, so that it will run under Windows 98, NT, 2000 and XP. diff --git a/win/configure.in b/win/configure.in index 3e9b6cc..2e1dff6 100644 --- a/win/configure.in +++ b/win/configure.in @@ -3,7 +3,7 @@ # generate the file "configure", which is run during Tcl installation # to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.83 2005/05/10 18:35:30 kennykb Exp $ +# RCS: @(#) $Id: configure.in,v 1.84 2005/06/07 14:03:53 dkf Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.57) @@ -16,7 +16,7 @@ SHELL=/bin/sh TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a3" +TCL_PATCH_LEVEL="a4" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |