diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2015-06-29 21:44:12 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2015-06-29 21:44:12 (GMT) |
commit | cdbe969ea378527a9002c3a5ab21465c7a79fc4b (patch) | |
tree | 75dd7a541f1b0cb16d9f5dc034fdd53c9ca52d03 /win/Makefile.in | |
parent | 5ca8732b1e45a8588bb205f11c8a0b1a510de4ea (diff) | |
parent | 499e061468e49ed8f794593938749e0ce797405e (diff) | |
download | tcl-cdbe969ea378527a9002c3a5ab21465c7a79fc4b.zip tcl-cdbe969ea378527a9002c3a5ab21465c7a79fc4b.tar.gz tcl-cdbe969ea378527a9002c3a5ab21465c7a79fc4b.tar.bz2 |
[TIP 412] msgcat dynamic locale change and package private locale (msgcat 1.6.0)
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 690d476..b92a062 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -650,8 +650,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/opt0.4"; \ done; - @echo "Installing package msgcat 1.5.2 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.5.2.tm; + @echo "Installing package msgcat 1.6.0 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.6.0.tm; @echo "Installing package tcltest 2.3.8 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.8.tm; @echo "Installing package platform 1.0.13 as a Tcl Module"; |