diff options
author | stanton <stanton@noemail.net> | 1998-11-03 02:04:06 (GMT) |
---|---|---|
committer | stanton <stanton@noemail.net> | 1998-11-03 02:04:06 (GMT) |
commit | 23d6dea8c07c4fd0050e652834f4b593e768e41c (patch) | |
tree | 00b29d668b8a50388d7a4111ec68fa54b614ca88 | |
parent | ac383238b0c1aea067e54c07024743a6b0d185ef (diff) | |
download | tk-23d6dea8c07c4fd0050e652834f4b593e768e41c.zip tk-23d6dea8c07c4fd0050e652834f4b593e768e41c.tar.gz tk-23d6dea8c07c4fd0050e652834f4b593e768e41c.tar.bz2 |
updated version number to 8.0.4
FossilOrigin-Name: 5d58e29317106125154385860ec00fe451a5cb08
-rw-r--r-- | win/makefile.vc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/makefile.vc b/win/makefile.vc index 2c33ee1..549cf15 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-1996 Sun Microsystems, Inc. -# RCS: @(#) $Id: makefile.vc,v 1.16 1998/10/07 20:57:27 escoffon Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.17 1998/11/03 02:04:06 stanton 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:\progra~1\devstudio\vc TOOLS32_rc = c:\progra~1\devstudio\sharedide -TCLDIR = ..\..\tcl8.0.3 +TCLDIR = ..\..\tcl8.0.4 # Set this to the appropriate value of /MACHINE: for your platform MACHINE = IX86 |