summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2013-08-30 21:57:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2013-08-30 21:57:26 (GMT)
commit1d512f82013b5c80636c8522357aabe3b429f143 (patch)
treefbef2e9cd6d99e9d4d6e3340cd855e4356d638b0 /win
parentb73ab85cfec30d588f7eab2fb7cd55fe29da82c8 (diff)
downloadtcl-1d512f82013b5c80636c8522357aabe3b429f143.zip
tcl-1d512f82013b5c80636c8522357aabe3b429f143.tar.gz
tcl-1d512f82013b5c80636c8522357aabe3b429f143.tar.bz2
Bump to tcltest 2.3.6 to account for changes since Tcl 8.6.0 release.
Diffstat (limited to 'win')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 47f3fdd..5109e7a 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -650,8 +650,8 @@ install-libraries: libraries install-tzdata install-msgs
done;
@echo "Installing package msgcat 1.5.2 as a Tcl Module";
@$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.5.2.tm;
- @echo "Installing package tcltest 2.3.5 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.5.tm;
+ @echo "Installing package tcltest 2.3.6 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.6.tm;
@echo "Installing package platform 1.0.12 as a Tcl Module";
@$(COPY) $(ROOT_DIR)/library/platform/platform.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform-1.0.12.tm;
@echo "Installing package platform::shell 1.1.4 as a Tcl Module";