diff options
author | griffin <briang42@easystreet.net> | 2022-10-25 02:30:28 (GMT) |
---|---|---|
committer | griffin <briang42@easystreet.net> | 2022-10-25 02:30:28 (GMT) |
commit | 119e80fb283c3918232f8d9802d6908783d5f401 (patch) | |
tree | 8feeb754d85217a0afdb9dd5e63797f4a4e71358 /unix/Makefile.in | |
parent | 6d3452eeac482d86c96b2bb357130a6f5ac9eb09 (diff) | |
parent | 1dfa3c7740734521f9a728b762a54e99555b9219 (diff) | |
download | tcl-119e80fb283c3918232f8d9802d6908783d5f401.zip tcl-119e80fb283c3918232f8d9802d6908783d5f401.tar.gz tcl-119e80fb283c3918232f8d9802d6908783d5f401.tar.bz2 |
Sync with core-8-branch
Diffstat (limited to 'unix/Makefile.in')
-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 8ef64d4..60028c5 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1059,9 +1059,9 @@ install-libraries: libraries @echo "Installing package tcltest 2.5.5 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.5.tm" - @echo "Installing package platform 1.0.18 as a Tcl Module" + @echo "Installing package platform 1.0.19 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \ - "$(MODULE_INSTALL_DIR)/8.4/platform-1.0.18.tm" + "$(MODULE_INSTALL_DIR)/8.4/platform-1.0.19.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" |