summaryrefslogtreecommitdiffstats
path: root/unix/README
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2003-03-04 23:50:40 (GMT)
committerdgp@users.sourceforge.net <dgp>2003-03-04 23:50:40 (GMT)
commit0962dd4ba66e3c3af54efb2c964893e94faceb37 (patch)
treed350fda87e77ed5c613bb21258645abde5c1ff7e /unix/README
parentc654c21ea3b522ccc5fb0b977c8d3649ec6a5ba5 (diff)
downloadtk-0962dd4ba66e3c3af54efb2c964893e94faceb37.zip
tk-0962dd4ba66e3c3af54efb2c964893e94faceb37.tar.gz
tk-0962dd4ba66e3c3af54efb2c964893e94faceb37.tar.bz2
* README: Bumped version number of
* generic/tk.h: Tk to 8.5a0. * library/tk.tcl: * mac/README: * macosx/Wish.pbproj/project.pbxproj: * unix/README: * unix/configure.in: * unix/tk.spec: * win/README: * win/configure.in: * win/makefile.vc: * win/tcl.m4: * unix/configure: autoconf * win/configure:
Diffstat (limited to 'unix/README')
-rw-r--r--unix/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/README b/unix/README
index 1b0c580..2fbbe79 100644
--- a/unix/README
+++ b/unix/README
@@ -20,7 +20,7 @@ SGI, as well as PCs running Linux, BSDI, and SCO UNIX. To compile for
a PC running Windows, see the README file in the directory ../win. To
compile for a Macintosh, see the README file in the directory ../mac.
-RCS: @(#) $Id: README,v 1.19 2003/02/27 00:05:54 hobbs Exp $
+RCS: @(#) $Id: README,v 1.20 2003/03/04 23:50:44 dgp Exp $
How To Compile And Install Tk:
------------------------------
@@ -110,9 +110,9 @@ How To Compile And Install Tk:
TCL_LIBRARY environment variable as well (see the Tcl README file
for information on this). Note that installed versions of wish,
libtk.a, libtk.so, and the Tk library have a version number in their
- names, such as "wish8.4" or "libtk8.4.so"; to use the installed
+ names, such as "wish8.5" or "libtk8.5.so"; to use the installed
versions, either specify the version number or create a symbolic
- link (e.g. from "wish" to "wish8.4").
+ link (e.g. from "wish" to "wish8.5").
If you have trouble compiling Tk, see the URL noted above about working
platforms. It contains information that people have provided about changes