diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-10-31 13:09:23 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2012-10-31 13:09:23 (GMT) |
commit | d015d29eddc45332dd3abaef91f1f49333ecb436 (patch) | |
tree | 2a0a42b05c6566111adb39579b9443f167ee18aa /win/makefile.vc | |
parent | 7b26e4bbf9cfb3bbafdb76bc18ad1d8367c4a146 (diff) | |
download | tcl-d015d29eddc45332dd3abaef91f1f49333ecb436.zip tcl-d015d29eddc45332dd3abaef91f1f49333ecb436.tar.gz tcl-d015d29eddc45332dd3abaef91f1f49333ecb436.tar.bz2 |
Dde version number to 1.4.0, ready for Tcl 8.6.0rc1
FossilOrigin-Name: 2afb21274bf9b5c5140cabd464f0e0fd2f266e6c
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 d097e26..2784140 100644 --- a/win/makefile.vc +++ b/win/makefile.vc @@ -578,13 +578,13 @@ test-core: setup $(TCLTEST) dlls $(CAT32) set TCL_LIBRARY=$(ROOT:\=/)/library !if "$(OS)" == "Windows_NT" || "$(MSVCDIR)" == "IDE" $(DEBUGGER) $(TCLTEST) "$(ROOT:\=/)/tests/all.tcl" $(TESTFLAGS) -loadfile << - package ifneeded dde 1.4.0b2 [list load "$(TCLDDELIB:\=/)" dde] + package ifneeded dde 1.4.0 [list load "$(TCLDDELIB:\=/)" dde] package ifneeded registry 1.3.0 [list load "$(TCLREGLIB:\=/)" registry] << !else @echo Please wait while the tests are collected... $(TCLTEST) "$(ROOT:\=/)/tests/all.tcl" $(TESTFLAGS) -loadfile << > tests.log - package ifneeded dde 1.4.0b2 "$(TCLDDELIB:\=/)" dde] + package ifneeded dde 1.4.0 "$(TCLDDELIB:\=/)" dde] package ifneeded registry 1.3.0 "$(TCLREGLIB:\=/)" registry] << type tests.log | more |