diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-08-19 12:36:22 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-08-19 12:36:22 (GMT) |
| commit | fa96d47dfcc4a011995890671355e572994e4551 (patch) | |
| tree | 13b9b737e66e3af5c51df9e5f46e1cc3a1d92c98 /unix | |
| parent | 66ce9bc18565d5b1af471d84fd7cce4c2a8f1fa0 (diff) | |
| parent | 88f4b5757c89a525b25ca6834e954931bd4c00b2 (diff) | |
| download | tcl-fa96d47dfcc4a011995890671355e572994e4551.zip tcl-fa96d47dfcc4a011995890671355e572994e4551.tar.gz tcl-fa96d47dfcc4a011995890671355e572994e4551.tar.bz2 | |
support for MacOS Tahoe, platform => 1.0.20
Diffstat (limited to 'unix')
| -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 3efdfec..886606d 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -875,9 +875,9 @@ install-libraries: libraries @echo "Installing package tcltest 2.5.10 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.10.tm" - @echo "Installing package platform 1.0.19 as a Tcl Module" + @echo "Installing package platform 1.0.20 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \ - "$(MODULE_INSTALL_DIR)/8.4/platform-1.0.19.tm" + "$(MODULE_INSTALL_DIR)/8.4/platform-1.0.20.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" |
