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 /unix | |
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 '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 e6908ec..cf28c6c 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -847,8 +847,8 @@ install-libraries: libraries do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \ done; - @echo "Installing package msgcat 1.5.2 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_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"; + @$(INSTALL_DATA) $(TOP_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"; @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.8.tm; |