diff options
author | Kevin B Kenny <kennykb@acm.org> | 2003-03-13 16:41:46 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2003-03-13 16:41:46 (GMT) |
commit | f796b01ab84c1797d9ed875209f08883e7a14fba (patch) | |
tree | 0c7dde745e2ee446d10dff2334575e59ee4a5fd5 /win/makefile.vc | |
parent | 373c1456ebf81fe23bdb8d1530c67272be38224c (diff) | |
download | tk-f796b01ab84c1797d9ed875209f08883e7a14fba.zip tk-f796b01ab84c1797d9ed875209f08883e7a14fba.tar.gz tk-f796b01ab84c1797d9ed875209f08883e7a14fba.tar.bz2 |
Backed the version to 8.4 on the 8.4 branch.
(I just loathe sticky tags).
Diffstat (limited to 'win/makefile.vc')
-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 7cc7e06..7470ade 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2002 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.67.2.1 2003/03/11 23:48:26 kennykb Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.67.2.2 2003/03/13 16:41:48 kennykb Exp $ #------------------------------------------------------------------------------ !if "$(MSVCDIR)" == "" @@ -165,7 +165,7 @@ PROJECT = tk !endif STUBPREFIX = $(PROJECT)stub -DOTVERSION = 8.5 +DOTVERSION = 8.4 VERSION = $(DOTVERSION:.=) WISHNAMEPREFIX = wish |