summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-04-12 20:23:56 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-04-12 20:23:56 (GMT)
commitd8f3d43759697e3be6d3613094aebedc9f83063d (patch)
treec5b024001bb3617c8a6d8bee2993329bffed38d8 /unix
parentb2974f1f0e669628c3610c9d37cdee084e9c9810 (diff)
downloadtcl-d8f3d43759697e3be6d3613094aebedc9f83063d.zip
tcl-d8f3d43759697e3be6d3613094aebedc9f83063d.tar.gz
tcl-d8f3d43759697e3be6d3613094aebedc9f83063d.tar.bz2
Bump msgcat and tcl tests and continue updates to changes.
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 9ad106c..e03e874 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -847,10 +847,10 @@ install-libraries: libraries
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \
done;
- @echo "Installing package msgcat 1.6.0 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.6.0.tm;
- @echo "Installing package tcltest 2.4.0 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.4.0.tm;
+ @echo "Installing package msgcat 1.6.1 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.6.1.tm;
+ @echo "Installing package tcltest 2.4.1 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.4.1.tm;
@echo "Installing package platform 1.0.14 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.14.tm;