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 /win/Makefile.in | |
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 '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 44ba581..d5a335d 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -669,8 +669,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"; |