diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-04 15:24:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-09-04 15:24:50 (GMT) |
commit | bf3d814c1463141013f3f088ca9b90436b4f2e3a (patch) | |
tree | da5bb7e8cbec7590c18705f1b05bebf65c549edb /unix | |
parent | 31030cfb27c62ab16efb286d60d6fddb738d8046 (diff) | |
parent | edb7af10d93df44cc25e9dce384c61669ce73dc8 (diff) | |
download | tcl-bf3d814c1463141013f3f088ca9b90436b4f2e3a.zip tcl-bf3d814c1463141013f3f088ca9b90436b4f2e3a.tar.gz tcl-bf3d814c1463141013f3f088ca9b90436b4f2e3a.tar.bz2 |
merge trunk
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 9fb06ff..0db64ab 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -858,8 +858,8 @@ install-libraries: libraries do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/opt0.4; \ done; - @echo "Installing package msgcat 1.6.0 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(LIB_INSTALL_DIR)"/tcl8/8.5/msgcat-1.6.0.tm; + @echo "Installing package msgcat 1.6.1 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(LIB_INSTALL_DIR)"/tcl8/8.5/msgcat-1.6.1.tm; @echo "Installing package tcltest 2.4.0 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(LIB_INSTALL_DIR)"/tcl8/8.5/tcltest-2.4.0.tm; |