summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-11-25 18:08:50 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-11-25 18:08:50 (GMT)
commitcf9edc4a1d9b49e829392696889b4480d158e121 (patch)
tree99e4e69e47070e693f66afa33541c9ade5e5ef97
parent20ce24d285fbaed7c2a52e242302f8243cf20649 (diff)
parent76414db5a3f045ea24107335e1e8486244c48c2f (diff)
downloadtcl-cf9edc4a1d9b49e829392696889b4480d158e121.zip
tcl-cf9edc4a1d9b49e829392696889b4480d158e121.tar.gz
tcl-cf9edc4a1d9b49e829392696889b4480d158e121.tar.bz2
merge 8.7
-rw-r--r--unix/Makefile.in2
-rw-r--r--win/Makefile.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 3b6b295..8d74cc3 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1035,7 +1035,7 @@ install-libraries: libraries
@echo "Installing package msgcat 1.7.0 as a Tcl Module"
@$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl \
"$(MODULE_INSTALL_DIR)"/tcl8/8.7/msgcat-1.7.0.tm
- @echo "Installing package tcltest 2.5.0 as a Tcl Module"
+ @echo "Installing package tcltest 2.5.1 as a Tcl Module"
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \
"$(MODULE_INSTALL_DIR)"/tcl8/8.5/tcltest-2.5.1.tm
@echo "Installing package platform 1.0.14 as a Tcl Module"
diff --git a/win/Makefile.in b/win/Makefile.in
index 62a5305..1c2057a 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -872,7 +872,7 @@ install-libraries: libraries install-tzdata install-msgs
done;
@echo "Installing package msgcat 1.7.0 as a Tcl Module";
@$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.7/msgcat-1.7.0.tm;
- @echo "Installing package tcltest 2.4.0 as a Tcl Module";
+ @echo "Installing package tcltest 2.5.1 as a Tcl Module";
@$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.5.1.tm;
@echo "Installing package platform 1.0.14 as a Tcl Module";
@$(COPY) $(ROOT_DIR)/library/platform/platform.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform-1.0.14.tm;