diff options
| author | dgp <dgp@users.sourceforge.net> | 2024-02-14 19:11:18 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2024-02-14 19:11:18 (GMT) |
| commit | 5dd075633dbbcce000326bee60369c15e7cf86b8 (patch) | |
| tree | 9dcde3609fdc30b774b5f7696b06d6326b737c1d /unix | |
| parent | 63e639c64d0c594d3c82c60b87b9b97659dec9bb (diff) | |
| parent | 4fd8afa9a9f7dd90e9ff4d9ac55b0091e2a83bbb (diff) | |
| download | tcl-5dd075633dbbcce000326bee60369c15e7cf86b8.zip tcl-5dd075633dbbcce000326bee60369c15e7cf86b8.tar.gz tcl-5dd075633dbbcce000326bee60369c15e7cf86b8.tar.bz2 | |
merge 8.6
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 239b22b..7619afc 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -964,9 +964,9 @@ install-libraries: libraries @echo "Installing package msgcat 1.6.1 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl \ "$(MODULE_INSTALL_DIR)/8.5/msgcat-1.6.1.tm" - @echo "Installing package tcltest 2.5.6 as a Tcl Module" + @echo "Installing package tcltest 2.5.7 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ - "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.6.tm" + "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.7.tm" @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.19.tm" |
