diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-05 17:09:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-05 17:09:07 (GMT) |
commit | 76c2d5c0cf6a9c0e93165e3501a327943d89332f (patch) | |
tree | f4b01aa24520402a9ed3b25dfef5a7d629e43a13 /unix/Makefile.in | |
parent | 4f009f6fd00b7bad93333a9660159147deb1b293 (diff) | |
parent | 3b7c040233cbbfe0f1e1187325365597fed23d8d (diff) | |
download | tcl-76c2d5c0cf6a9c0e93165e3501a327943d89332f.zip tcl-76c2d5c0cf6a9c0e93165e3501a327943d89332f.tar.gz tcl-76c2d5c0cf6a9c0e93165e3501a327943d89332f.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 fa5ac81..8d5d3a1 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1053,9 +1053,9 @@ install-libraries: libraries @echo "Installing package tcltest 2.5.3 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ "$(MODULE_INSTALL_DIR)/9.0/tcltest-2.5.3.tm" - @echo "Installing package platform 1.0.15 as a Tcl Module" + @echo "Installing package platform 1.0.16 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \ - "$(MODULE_INSTALL_DIR)/9.0/platform-1.0.15.tm" + "$(MODULE_INSTALL_DIR)/9.0/platform-1.0.16.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" |