summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-27 07:05:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-27 07:05:32 (GMT)
commitfbe1e767e55291edc85bc30680075a1faed2916b (patch)
tree68c64f628d28a5deaa42e2b7118818df4fae506b /unix
parentbe69e67b9adab33c60d2cda45d2aa6868b569cb6 (diff)
parent570c870e93aa17edc9390988a7670a73f4cba842 (diff)
downloadtcl-fbe1e767e55291edc85bc30680075a1faed2916b.zip
tcl-fbe1e767e55291edc85bc30680075a1faed2916b.tar.gz
tcl-fbe1e767e55291edc85bc30680075a1faed2916b.tar.bz2
Merge 8.6
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 99b38a0..ab21404 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1052,9 +1052,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)/8.5/tcltest-2.5.4.tm"
- @echo "Installing package platform 1.0.17 as a Tcl Module"
+ @echo "Installing package platform 1.0.18 as a Tcl Module"
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \
- "$(MODULE_INSTALL_DIR)/8.4/platform-1.0.17.tm"
+ "$(MODULE_INSTALL_DIR)/8.4/platform-1.0.18.tm"
@echo "Installing package platform::shell 1.1.4 as a Tcl Module"
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/shell.tcl \
"$(MODULE_INSTALL_DIR)/8.4/platform/shell-1.1.4.tm"