diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-04-25 07:28:08 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-04-25 07:28:08 (GMT) |
commit | 99ea4405aed6acebfa01e202fbf947decdfae5ee (patch) | |
tree | bd85b645149e792f78426f195b85591debdf05d7 /win/makefile.vc | |
parent | 67e2135f3ad85c23c2093c309e90204ee4b81d77 (diff) | |
download | tcl-99ea4405aed6acebfa01e202fbf947decdfae5ee.zip tcl-99ea4405aed6acebfa01e202fbf947decdfae5ee.tar.gz tcl-99ea4405aed6acebfa01e202fbf947decdfae5ee.tar.bz2 |
Update dde to version 1.3.3.
Update registry to version 1.2.2.
(the same as distributed with Tcl 8.5.14)
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 94a585b..41a0006 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -159,10 +159,10 @@ STUBPREFIX = $(PROJECT)stub DOTVERSION = 8.4 VERSION = $(DOTVERSION:.=) -DDEDOTVERSION = 1.2 +DDEDOTVERSION = 1.3 DDEVERSION = $(DDEDOTVERSION:.=) -REGDOTVERSION = 1.1 +REGDOTVERSION = 1.2 REGVERSION = $(REGDOTVERSION:.=) BINROOT = . |