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 /win/Makefile.in | |
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 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 17bb1aa..a06cc3f 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -644,8 +644,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/opt0.4"; \ done; - @echo "Installing package msgcat 1.4.4 as a Tcl Module"; - @$(COPY) $(ROOT_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"; + @$(COPY) $(ROOT_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"; @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.4.tm; @echo "Installing package platform 1.0.10 as a Tcl Module"; |