summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-05-25 14:19:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-05-25 14:19:23 (GMT)
commit78be7474d41b19d19c01645e60088f6a7888924e (patch)
tree3dfe934c14c21e7f860730eec941b1f155d171a9 /unix/Makefile.in
parentde8bdfc20fd21d16aa5e73fa0fb0ed8c88a2d18d (diff)
parent4c605ddbd4558895723babef100d5b41f2cce7eb (diff)
downloadtcl-78be7474d41b19d19c01645e60088f6a7888924e.zip
tcl-78be7474d41b19d19c01645e60088f6a7888924e.tar.gz
tcl-78be7474d41b19d19c01645e60088f6a7888924e.tar.bz2
Bump to msgcat 1.4.4
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 f00746d..2d7416b 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -834,8 +834,8 @@ install-libraries: libraries
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \
done;
- @echo "Installing package msgcat 1.4.3 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.4.3.tm;
+ @echo "Installing package msgcat 1.4.4 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.4.4.tm;
@echo "Installing package tcltest 2.3.3 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.3.tm;