summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-27 07:00:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-27 07:00:53 (GMT)
commitdcb9d4c3309720439bdd85d44f94a4e9dc08a17f (patch)
tree56df52cdcccd5ed886ca1de578dd5e84f4ce08fa /unix
parentdaf00857b8f3a937f928222d82c33fbbb3fb7df9 (diff)
downloadtcl-dcb9d4c3309720439bdd85d44f94a4e9dc08a17f.zip
tcl-dcb9d4c3309720439bdd85d44f94a4e9dc08a17f.tar.gz
tcl-dcb9d4c3309720439bdd85d44f94a4e9dc08a17f.tar.bz2
Update platform version (1.0.17 -> 1.0.18) for MacOS Monterey support
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 50b5839..d25dfdd 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -789,8 +789,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs
@echo "Installing package tcltest 2.5.3 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.5.3.tm;
- @echo "Installing package platform 1.0.17 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.17.tm;
+ @echo "Installing package platform 1.0.18 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/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 "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform/shell-1.1.4.tm;