summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-27 07:03:53 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-10-27 07:03:53 (GMT)
commit570c870e93aa17edc9390988a7670a73f4cba842 (patch)
tree63566554ee4a7224150325d74bd641939f234d78 /unix
parentb9c2728c649920dd0e9350b977d0ab56dfad7fcb (diff)
parentdcb9d4c3309720439bdd85d44f94a4e9dc08a17f (diff)
downloadtcl-570c870e93aa17edc9390988a7670a73f4cba842.zip
tcl-570c870e93aa17edc9390988a7670a73f4cba842.tar.gz
tcl-570c870e93aa17edc9390988a7670a73f4cba842.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 ed857b7..398afd0 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -958,9 +958,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)/8.5/tcltest-2.5.3.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"