summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-03-12 13:58:21 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-03-12 13:58:21 (GMT)
commit3af272b07a529d97e3a6046756a8433781c3f9c6 (patch)
tree8d742d9f3e1be1cac530a9e6d0a1c95ecc0ef7d8 /unix
parent4ba862311587163984827d67d5cbf41f1fa7ac14 (diff)
parent67a242e0031c5c5108446b9fc1801d8dec548e70 (diff)
downloadtcl-3af272b07a529d97e3a6046756a8433781c3f9c6.zip
tcl-3af272b07a529d97e3a6046756a8433781c3f9c6.tar.gz
tcl-3af272b07a529d97e3a6046756a8433781c3f9c6.tar.bz2
Implement TIP 490: msgcat for TclOO
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 b91e0ef..9c9ee53 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -851,8 +851,8 @@ install-libraries: libraries
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \
done;
- @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 msgcat 1.7.0 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/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;