diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-12 11:28:00 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2023-03-12 11:28:00 (GMT) |
commit | ed8932a4eb542d1b5ce5714f89769865faacdefc (patch) | |
tree | 60b25491be6c6e9238acdd064605aca62dcf0b8a /unix | |
parent | 21388fa31e1099692f83009f664791387f2c387d (diff) | |
parent | b7f151f1268d4b49953da193f135d52e6e52f841 (diff) | |
download | tcl-ed8932a4eb542d1b5ce5714f89769865faacdefc.zip tcl-ed8932a4eb542d1b5ce5714f89769865faacdefc.tar.gz tcl-ed8932a4eb542d1b5ce5714f89769865faacdefc.tar.bz2 |
Merge 8.7
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 6229b4d..93c3abd 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1055,9 +1055,9 @@ install-libraries: libraries @echo "Installing package msgcat 1.7.1 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl \ "$(MODULE_INSTALL_DIR)/9.0/msgcat-1.7.1.tm" - @echo "Installing package tcltest 2.5.5 as a Tcl Module" + @echo "Installing package tcltest 2.5.6 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ - "$(MODULE_INSTALL_DIR)/9.0/tcltest-2.5.5.tm" + "$(MODULE_INSTALL_DIR)/9.0/tcltest-2.5.6.tm" @echo "Installing package platform 1.0.19 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \ "$(MODULE_INSTALL_DIR)/9.0/platform-1.0.19.tm" |