diff options
author | hobbs <hobbs> | 2000-05-03 00:15:05 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-05-03 00:15:05 (GMT) |
commit | 0cb44acb3078b3a746417333705b21a73b567f9a (patch) | |
tree | ab05c1910b931e774ecdced77ef2426cf41793c9 /win/README.binary | |
parent | 4c8a9811534a3b4a2a4f18a8b336e32f09924f99 (diff) | |
download | tcl-0cb44acb3078b3a746417333705b21a73b567f9a.zip tcl-0cb44acb3078b3a746417333705b21a73b567f9a.tar.gz tcl-0cb44acb3078b3a746417333705b21a73b567f9a.tar.bz2 |
* README:
* generic/tcl.h:
* library/init.tcl:
* library/reg1.0/pkgIndex.tcl:
* library/tcltest1.0/tcltest.tcl:
* mac/README:
* tools/tcl.hpj.in:
* tools/tcl.wse.in:
* unix/README:
* unix/configure.in:
* unix/tcl.spec:
* win/README:
* win/README.binary:
* win/configure.in:
* win/makefile.vc:
* win/tcl.m4: updated patchlevel to 8.4a1
Diffstat (limited to 'win/README.binary')
-rw-r--r-- | win/README.binary | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/win/README.binary b/win/README.binary index 5536e80..e5fb1a6 100644 --- a/win/README.binary +++ b/win/README.binary @@ -1,11 +1,11 @@ -Tcl/Tk 8.3 for Windows, Binary Distribution +Tcl/Tk 8.4 for Windows, Binary Distribution -RCS: @(#) $Id: README.binary,v 1.19 2000/04/26 17:31:22 hobbs Exp $ +RCS: @(#) $Id: README.binary,v 1.20 2000/05/03 00:15:10 hobbs Exp $ 1. Introduction --------------- -This directory contains the binary distribution of Tcl/Tk 8.3.1 for +This directory contains the binary distribution of Tcl/Tk 8.4a1 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. @@ -25,11 +25,11 @@ Tcl community by Scriptics Corporation. The official home for Tcl and Tk on the Web is at: http://dev.scriptics.com -The home page for the Tcl/Tk 8.3 release is - http://dev.scriptics.com/software/tcltk/8.3.html +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.3.1.txt + http://dev.scriptics.com/software/tcltk/relnotes/tcl8.4a1.txt Information about Tcl itself can be found at http://dev.scriptics.com/scripting/ @@ -44,7 +44,7 @@ There are notes about compiling Tcl at --------------- The binary release is distributed as a self-extracting archive called -tcl83.exe. The setup program which will prompt you for an +tcl84.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. @@ -61,8 +61,8 @@ this release, you will need to use the appropriate .lib file for your compiler. In the lib directory of the installation directory, there are library files for the Microsoft Visual C++ compiler: - tcl83.lib - tk83.lib + tcl84.lib + tk84.lib 5. Building dynamically loadable extensions -------------------------------------------- |