diff options
author | hobbs <hobbs> | 2000-05-03 00:18:35 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2000-05-03 00:18:35 (GMT) |
commit | e663b31063c95666a2fe748ec4ce69e081c31f86 (patch) | |
tree | e0eb5f3d18a2a2750e47c9de108e21f5eb4a9e43 /win/makefile.vc | |
parent | c8873608e261d412eea36b1e0ea1e7bc26e0d103 (diff) | |
download | tk-e663b31063c95666a2fe748ec4ce69e081c31f86.zip tk-e663b31063c95666a2fe748ec4ce69e081c31f86.tar.gz tk-e663b31063c95666a2fe748ec4ce69e081c31f86.tar.bz2 |
* README:
* generic/tk.h:
* library/tk.tcl:
* mac/README:
* unix/README:
* unix/configure.in:
* unix/tk.spec:
* win/README:
* win/aclocal.m4:
* win/configure.in:
* win/makefile.vc: updated patchlevel to 8.4a1
Diffstat (limited to 'win/makefile.vc')
-rw-r--r-- | win/makefile.vc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 6cac887..124891d 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.33 2000/04/08 06:59:09 hobbs Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.34 2000/05/03 00:18:37 hobbs Exp $ # Does not depend on the presence of any environment variables in # order to compile tcl; all needed information is derived from @@ -26,7 +26,7 @@ # ROOT = .. -TCLDIR = ..\..\tcl8.3 +TCLDIR = ..\..\tcl8.4 INSTALLDIR = c:\progra~1\tcl # Set this to the appropriate value of /MACHINE: for your platform @@ -56,8 +56,8 @@ NODEBUG = 1 TCLNAMEPREFIX = tcl TKNAMEPREFIX = tk WISHNAMEPREFIX = wish -VERSION = 83 -DOTVERSION = 8.3 +VERSION = 84 +DOTVERSION = 8.4 TCLSTUBPREFIX = $(TCLNAMEPREFIX)stub TKSTUBPREFIX = $(TKNAMEPREFIX)stub |