diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/README.binary | 6 | ||||
-rwxr-xr-x | win/configure | 2 | ||||
-rw-r--r-- | win/configure.in | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/win/README.binary b/win/README.binary index db5021a..f2a3e7b 100644 --- a/win/README.binary +++ b/win/README.binary @@ -1,13 +1,13 @@ Tcl/Tk 8.5 for Windows, Binary Distribution -RCS: @(#) $Id: README.binary,v 1.34 2003/03/04 23:46:22 dgp Exp $ +RCS: @(#) $Id: README.binary,v 1.35 2004/03/02 00:42:51 hobbs Exp $ 1. Introduction --------------- -This directory contains the binary distribution of Tcl/Tk 8.5a0 for +This directory contains the binary distribution of Tcl/Tk 8.5a1 for Windows. It was compiled with Microsoft Visual C++ 6.0 using Win32 -API, so that it will run under Windows NT, 95, 98 and 2000. +API, so that it will run under Windows 98, NT, 2000 and XP. Tcl provides a powerful platform for creating integration applications that tie together diverse applications, protocols, devices, and diff --git a/win/configure b/win/configure index fd4bc38..b8f441a 100755 --- a/win/configure +++ b/win/configure @@ -1274,7 +1274,7 @@ SHELL=/bin/sh TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=5 -TCL_PATCH_LEVEL="a0" +TCL_PATCH_LEVEL="a1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 diff --git a/win/configure.in b/win/configure.in index 41921ef..170672d 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.76 2003/11/10 22:55:47 dgp Exp $ +# RCS: @(#) $Id: configure.in,v 1.77 2004/03/02 00:42:51 hobbs 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="a0" +TCL_PATCH_LEVEL="a1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION TCL_DDE_VERSION=1.3 |