summaryrefslogtreecommitdiffstats
path: root/win/rules.vc
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2017-10-07 17:16:20 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2017-10-07 17:16:20 (GMT)
commitfdc29e53d31d86bad4fd5489197ec23e34369052 (patch)
tree22026212dab7ed61cdee2bb719a0be15edd4df96 /win/rules.vc
parenta0f84e1b737e33956703918e18ec26da6a95d224 (diff)
downloadtcl-fdc29e53d31d86bad4fd5489197ec23e34369052.zip
tcl-fdc29e53d31d86bad4fd5489197ec23e34369052.tar.gz
tcl-fdc29e53d31d86bad4fd5489197ec23e34369052.tar.bz2
Was not setting VERSION for extensions.
Diffstat (limited to 'win/rules.vc')
-rw-r--r--win/rules.vc1
1 files changed, 1 insertions, 0 deletions
diff --git a/win/rules.vc b/win/rules.vc
index c0d2915..702e313 100644
--- a/win/rules.vc
+++ b/win/rules.vc
@@ -870,6 +870,7 @@ VERSION = $(TK_VERSION)
!endif
!include versions.vc
!endif # DOTVERSION
+VERSION = $(DOTVERSION:.=)
!endif # $(DOING_TCL) ... etc.