diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-02 08:46:12 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-02 08:46:12 (GMT) |
commit | e2c482312c9f25c4c6531a17f9a5dd12f6f3d898 (patch) | |
tree | 5fb02400be9bcf481813f3e45c8f3238e7b909cc /unix | |
parent | 58625c6ba9cf9c05e354858011bc450c6a126f04 (diff) | |
parent | 00e0788723b72c953f9e8a31fdf16cad678b994b (diff) | |
download | tcl-e2c482312c9f25c4c6531a17f9a5dd12f6f3d898.zip tcl-e2c482312c9f25c4c6531a17f9a5dd12f6f3d898.tar.gz tcl-e2c482312c9f25c4c6531a17f9a5dd12f6f3d898.tar.bz2 |
On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17
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 803ccfd..e412bbb 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -956,8 +956,8 @@ 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.16 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(MODULE_INSTALL_DIR)/8.4/platform-1.0.16.tm"; + @echo "Installing package platform 1.0.17 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(MODULE_INSTALL_DIR)/8.4/platform-1.0.17.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"; |