diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-29 09:30:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-06-29 09:30:23 (GMT) |
commit | a6b6dca06e8b838ed94b47d96632d07b36825980 (patch) | |
tree | 8ad297d5ba859d0c97a7f79530e0822a94623df4 /unix | |
parent | 9a554c2e3729fc93bfa5b18c83860db4943f20dc (diff) | |
parent | 4dd435be4015a6665a8ccfeaedfc329fee4975ee (diff) | |
download | tcl-a6b6dca06e8b838ed94b47d96632d07b36825980.zip tcl-a6b6dca06e8b838ed94b47d96632d07b36825980.tar.gz tcl-a6b6dca06e8b838ed94b47d96632d07b36825980.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 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; |