diff options
author | welch <welch> | 1999-06-25 23:30:22 (GMT) |
---|---|---|
committer | welch <welch> | 1999-06-25 23:30:22 (GMT) |
commit | 77cc0fb2225fdb9c96369c3c6995cbcc78e08f45 (patch) | |
tree | f51308dab3c5828887861354d7e46601d57570a6 /win | |
parent | 573eb733ab7138f3d634ac42dcd009712d3f3b58 (diff) | |
download | tk-77cc0fb2225fdb9c96369c3c6995cbcc78e08f45.zip tk-77cc0fb2225fdb9c96369c3c6995cbcc78e08f45.tar.gz tk-77cc0fb2225fdb9c96369c3c6995cbcc78e08f45.tar.bz2 |
Changed to Tk 8.2b1
Diffstat (limited to 'win')
-rw-r--r-- | win/README | 4 | ||||
-rw-r--r-- | win/makefile.vc | 8 |
2 files changed, 6 insertions, 6 deletions
@@ -1,10 +1,10 @@ -Tk 8.1 for Windows +Tk 8.2 for Windows by Scott Stanton Scriptics Corporation scott.stanton@scriptics.com -RCS: @(#) $Id: README,v 1.10 1999/04/24 01:50:51 stanton Exp $ +RCS: @(#) $Id: README,v 1.11 1999/06/25 23:30:27 welch Exp $ This is the directory where you configure and compile the Windows version of Tk. This directory also contains source files for Tk diff --git a/win/makefile.vc b/win/makefile.vc index b4c48b7..495b73b 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -4,7 +4,7 @@ # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # # Copyright (c) 1995-1997 Sun Microsystems, Inc. -# RCS: @(#) $Id: makefile.vc,v 1.24 1999/04/21 21:53:32 rjohnson Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.25 1999/06/25 23:30:27 welch Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -28,7 +28,7 @@ ROOT = .. TOOLS32 = c:\program files\devstudio\vc TOOLS32_rc = c:\program files\devstudio\sharedide -TCLDIR = ..\..\tcl8.1 +TCLDIR = ..\..\tcl8.2 INSTALLDIR = c:\program files\tcl # Set this to the appropriate value of /MACHINE: for your platform @@ -50,8 +50,8 @@ NODEBUG = 1 TCLNAMEPREFIX = tcl TKNAMEPREFIX = tk WISHNAMEPREFIX = wish -VERSION = 81 -DOTVERSION = 8.1 +VERSION = 82 +DOTVERSION = 8.2 TCLSTUBPREFIX = $(TCLNAMEPREFIX)stub TKSTUBPREFIX = $(TKNAMEPREFIX)stub |