diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-02 08:50:55 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-02-02 08:50:55 (GMT) |
commit | 6e97fd01b017aa32b07924c1ed080c27941664fd (patch) | |
tree | 047a4596ffde5e39e1a6d61f4fb07f90c583aa80 /unix/Makefile.in | |
parent | 3aab1275561f0246467a2b3db4ecade6c917fe38 (diff) | |
parent | e2c482312c9f25c4c6531a17f9a5dd12f6f3d898 (diff) | |
download | tcl-6e97fd01b017aa32b07924c1ed080c27941664fd.zip tcl-6e97fd01b017aa32b07924c1ed080c27941664fd.tar.gz tcl-6e97fd01b017aa32b07924c1ed080c27941664fd.tar.bz2 |
Merge 8.6
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 6bbbd8d..114f0d1 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1053,9 +1053,9 @@ install-libraries: libraries @echo "Installing package tcltest 2.5.4 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.4.tm" - @echo "Installing package platform 1.0.16 as a Tcl Module" + @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.16.tm" + "$(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" |