summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2018-01-13 16:44:38 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2018-01-13 16:44:38 (GMT)
commiteaacc9bb568b4c69d6a5bda83a9f11d9f0f46a80 (patch)
tree675bb02c9cb27d491df8c5fd76f1c5ec5021c88e /unix
parentecaec63f48c02c5bb7c0e7585ebc1d746b77ffd9 (diff)
downloadtcl-eaacc9bb568b4c69d6a5bda83a9f11d9f0f46a80.zip
tcl-eaacc9bb568b4c69d6a5bda83a9f11d9f0f46a80.tar.gz
tcl-eaacc9bb568b4c69d6a5bda83a9f11d9f0f46a80.tar.bz2
Changed msgcat version from 1.6.2 to 1.7.0 -> this is not a patch release
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index a343864..a3c0e4c 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -855,8 +855,8 @@ install-libraries: libraries
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \
done;
- @echo "Installing package msgcat 1.6.2 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.6.2.tm;
+ @echo "Installing package msgcat 1.7.0 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.7.0.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;