summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-29 09:30:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-06-29 09:30:23 (GMT)
commita5acd67f2045fe9ab7b9a49cc631b410a19babe1 (patch)
tree8ad297d5ba859d0c97a7f79530e0822a94623df4 /unix/Makefile.in
parent1288067da07c1a1e1ce0918c63d857e6b3974a19 (diff)
parent190dfdabb0a561c64967807b6582cc15ca725211 (diff)
downloadtcl-a5acd67f2045fe9ab7b9a49cc631b410a19babe1.zip
tcl-a5acd67f2045fe9ab7b9a49cc631b410a19babe1.tar.gz
tcl-a5acd67f2045fe9ab7b9a49cc631b410a19babe1.tar.bz2
[Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7
Bump msgcat version to 1.4.5
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 6213d4c..2e47714 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -846,8 +846,8 @@ install-libraries: libraries
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \
done;
- @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 msgcat 1.4.5 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.4.5.tm;
@echo "Installing package tcltest 2.3.4 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.4.tm;