summaryrefslogtreecommitdiffstats
path: root/win/README.binary
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-07-01 10:08:00 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-07-01 10:08:00 (GMT)
commitbdd54ab79cadc08ebeeb170afa7ba1a2cfaf0c26 (patch)
treeab8f78fbcc15b57c4e3e8af1cf3d3367d7cd18ef /win/README.binary
parent8778b6d91d5ee972338f955ca4c98a2527659083 (diff)
downloadtcl-bdd54ab79cadc08ebeeb170afa7ba1a2cfaf0c26.zip
tcl-bdd54ab79cadc08ebeeb170afa7ba1a2cfaf0c26.tar.gz
tcl-bdd54ab79cadc08ebeeb170afa7ba1a2cfaf0c26.tar.bz2
Fix missed references to 8.4, spotted by Theo Verelst.
Diffstat (limited to 'win/README.binary')
-rw-r--r--win/README.binary6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/README.binary b/win/README.binary
index 661cc32..229e880 100644
--- a/win/README.binary
+++ b/win/README.binary
@@ -1,6 +1,6 @@
Tcl/Tk 8.5 for Windows, Binary Distribution
-RCS: @(#) $Id: README.binary,v 1.37 2004/03/26 19:47:29 dgp Exp $
+RCS: @(#) $Id: README.binary,v 1.38 2004/07/01 10:08:11 dkf Exp $
1. Introduction
---------------
@@ -64,8 +64,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:
- tcl84.lib
- tk84.lib
+ tcl85.lib
+ tk85.lib
5. Building dynamically loadable extensions
--------------------------------------------