diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-02 08:59:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-02 08:59:01 (GMT) |
commit | 7f513ab3af116a0d77cc0cd829993edd3a570b50 (patch) | |
tree | b6eee515cd228ae5e50922c6d24c0a1283fcb7f2 /unix/Makefile.in | |
parent | 80c6ce4fdfa68fe2ba9fa9795f0260f1b2018b99 (diff) | |
parent | 6e97fd01b017aa32b07924c1ed080c27941664fd (diff) | |
download | tcl-7f513ab3af116a0d77cc0cd829993edd3a570b50.zip tcl-7f513ab3af116a0d77cc0cd829993edd3a570b50.tar.gz tcl-7f513ab3af116a0d77cc0cd829993edd3a570b50.tar.bz2 |
Merge 8.7
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 3ef829a..e98b586 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1053,9 +1053,9 @@ install-libraries: libraries @echo "Installing package tcltest 2.5.4 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ "$(MODULE_INSTALL_DIR)/9.0/tcltest-2.5.4.tm" - @echo "Installing package platform 1.0.16 as a Tcl Module" + @echo "Installing package platform 1.0.17 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \ - "$(MODULE_INSTALL_DIR)/9.0/platform-1.0.16.tm" + "$(MODULE_INSTALL_DIR)/9.0/platform-1.0.17.tm" @echo "Installing package platform::shell 1.1.4 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl \ "$(MODULE_INSTALL_DIR)/9.0/platform/shell-1.1.4.tm" |