diff options
author | vincentdarley <vincentdarley> | 2006-09-21 14:56:15 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2006-09-21 14:56:15 (GMT) |
commit | e9758671ba3c3d87b274149801fe3f2485776550 (patch) | |
tree | 74d8449fa31101a8933f3904c74809cb56aa1ac9 /win | |
parent | b400c8e55282b152d90bf8364e5d9732ef485baa (diff) | |
download | tcl-e9758671ba3c3d87b274149801fe3f2485776550.zip tcl-e9758671ba3c3d87b274149801fe3f2485776550.tar.gz tcl-e9758671ba3c3d87b274149801fe3f2485776550.tar.bz2 |
correct registry version number
Diffstat (limited to 'win')
-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 f88adc8..4fd5f94 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -12,7 +12,7 @@ # Copyright (c) 2001-2004 David Gravereaux. # #------------------------------------------------------------------------------ -# RCS: @(#) $Id: makefile.vc,v 1.147 2006/09/11 22:34:22 patthoyts Exp $ +# RCS: @(#) $Id: makefile.vc,v 1.148 2006/09/21 14:56:15 vincentdarley Exp $ #------------------------------------------------------------------------------ # Check to see we are configured to build with MSVC (MSDEVDIR or MSVCDIR) @@ -193,7 +193,7 @@ VERSION = $(DOTVERSION:.=) DDEDOTVERSION = 1.3 DDEVERSION = $(DDEDOTVERSION:.=) -REGDOTVERSION = 1.1 +REGDOTVERSION = 1.2 REGVERSION = $(REGDOTVERSION:.=) BINROOT = . |