diff options
author | pspjuth <peter.spjuth@gmail.com> | 2018-10-22 20:27:03 (GMT) |
---|---|---|
committer | pspjuth <peter.spjuth@gmail.com> | 2018-10-22 20:27:03 (GMT) |
commit | 5b1614f31a3c2c510c726089b6ca499cfb792e72 (patch) | |
tree | b6582cb127888e854c6cca4bc58e29ff51b0577f /unix/Makefile.in | |
parent | 8c05c20df453400c69cdcddd621fd9fc7e692e73 (diff) | |
download | tcl-5b1614f31a3c2c510c726089b6ca499cfb792e72.zip tcl-5b1614f31a3c2c510c726089b6ca499cfb792e72.tar.gz tcl-5b1614f31a3c2c510c726089b6ca499cfb792e72.tar.bz2 |
Documentation and revision bump for tip 522
Diffstat (limited to 'unix/Makefile.in')
-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 487ae61..c42abbf 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -933,9 +933,9 @@ install-libraries: libraries @echo "Installing package msgcat 1.7.0 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl \ "$(MODULE_INSTALL_DIR)"/tcl8/8.7/msgcat-1.7.0.tm - @echo "Installing package tcltest 2.4.1 as a Tcl Module" + @echo "Installing package tcltest 2.5.0 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ - "$(MODULE_INSTALL_DIR)"/tcl8/8.5/tcltest-2.4.1.tm + "$(MODULE_INSTALL_DIR)"/tcl8/8.5/tcltest-2.5.0.tm @echo "Installing package platform 1.0.14 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \ "$(MODULE_INSTALL_DIR)"/tcl8/8.4/platform-1.0.14.tm |