diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/README.binary | 6 | ||||
-rw-r--r-- | win/configure.in | 4 | ||||
-rw-r--r-- | win/tcl.hpj.in | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/win/README.binary b/win/README.binary index 6947290..6aa1a90 100644 --- a/win/README.binary +++ b/win/README.binary @@ -1,11 +1,11 @@ Tcl/Tk 8.3 for Windows, Binary Distribution -RCS: @(#) $Id: README.binary,v 1.17 2000/03/03 02:58:10 hobbs Exp $ +RCS: @(#) $Id: README.binary,v 1.18 2000/04/19 08:32:46 hobbs Exp $ 1. Introduction --------------- -This directory contains the binary distribution of Tcl/Tk 8.3.0 for +This directory contains the binary distribution of Tcl/Tk 8.3.1 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. @@ -32,7 +32,7 @@ Information about new features in Tcl/Tk 8.3 can be found at http://www.scriptics.com/software/whatsnew83.html Detailed release notes can be found at - http://www.scriptics.com/software/relnotes/tcl8.3.0 + http://www.scriptics.com/software/relnotes/tcl8.3.1 Information about Tcl itself can be found at http://www.scriptics.com/scripting/ diff --git a/win/configure.in b/win/configure.in index 50fd4d8..d4a2a24 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.19 2000/03/31 08:52:29 hobbs Exp $ +# RCS: @(#) $Id: configure.in,v 1.20 2000/04/19 08:32:46 hobbs Exp $ AC_INIT(../generic/tcl.h) TCL_VERSION=8.3 TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=3 -TCL_PATCH_LEVEL=".0" +TCL_PATCH_LEVEL=".1" VER=$TCL_MAJOR_VERSION$TCL_MINOR_VERSION #-------------------------------------------------------------------- diff --git a/win/tcl.hpj.in b/win/tcl.hpj.in index 3400816..c1a805a 100644 --- a/win/tcl.hpj.in +++ b/win/tcl.hpj.in @@ -6,7 +6,7 @@ LCID=0x409 0x0 0x0 ;English (United States) REPORT=Yes
TITLE=Tcl/Tk Reference Manual
CNT=tcl83.cnt
-COPYRIGHT=Copyright 1999 Scriptics Corporation
+COPYRIGHT=Copyright 2000 Scriptics Corporation
HLP=tcl83.hlp
[FILES]
|