summaryrefslogtreecommitdiffstats
path: root/win/makefile.vc
diff options
context:
space:
mode:
authorjan.nijtmans <jan.nijtmans@noemail.net>2012-10-31 13:09:23 (GMT)
committerjan.nijtmans <jan.nijtmans@noemail.net>2012-10-31 13:09:23 (GMT)
commitd015d29eddc45332dd3abaef91f1f49333ecb436 (patch)
tree2a0a42b05c6566111adb39579b9443f167ee18aa /win/makefile.vc
parent7b26e4bbf9cfb3bbafdb76bc18ad1d8367c4a146 (diff)
downloadtcl-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.vc4
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