diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-29 09:28:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-29 09:28:16 (GMT) |
commit | 4dd435be4015a6665a8ccfeaedfc329fee4975ee (patch) | |
tree | 2a7ca057e7a1fef28b7d448a3aaa0e45891f873a /unix | |
parent | 18e116ab4e97129f7b4d4e36792035acf039a3ff (diff) | |
parent | 25374f98c20f5f7b42efc6587ec069feffc396d1 (diff) | |
download | tcl-4dd435be4015a6665a8ccfeaedfc329fee4975ee.zip tcl-4dd435be4015a6665a8ccfeaedfc329fee4975ee.tar.gz tcl-4dd435be4015a6665a8ccfeaedfc329fee4975ee.tar.bz2 |
[Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7
Bump msgcat version to 1.4.5
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 883a379..a527bf0 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -781,8 +781,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs 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; |