summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
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)
commit6b45d21b4b5cf1d203ccaba63c88551b37c31b97 (patch)
treefbef2e9cd6d99e9d4d6e3340cd855e4356d638b0 /unix/Makefile.in
parentebd7e8a86b9737442b275a27f4ebcaa1a569237e (diff)
downloadtcl-6b45d21b4b5cf1d203ccaba63c88551b37c31b97.zip
tcl-6b45d21b4b5cf1d203ccaba63c88551b37c31b97.tar.gz
tcl-6b45d21b4b5cf1d203ccaba63c88551b37c31b97.tar.bz2
Bump to tcltest 2.3.6 to account for changes since Tcl 8.6.0 release.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 443e70d..505f7e0 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -850,8 +850,8 @@ install-libraries: libraries
done;
@echo "Installing package msgcat 1.5.2 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_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";
- @$(INSTALL_DATA) $(TOP_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";
+ @$(INSTALL_DATA) $(TOP_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";
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.12.tm;