diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-12 23:13:18 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-12 23:13:18 (GMT) |
| commit | 4861976d74d0b5f002da99ece73fa24655db45b6 (patch) | |
| tree | b7a451b7cc75a9b689d5207502929b04a35e94c8 /unix | |
| parent | 44ee51bd26f36dfbfb7133409e938cca92b72bb2 (diff) | |
| download | tcl-4861976d74d0b5f002da99ece73fa24655db45b6.zip tcl-4861976d74d0b5f002da99ece73fa24655db45b6.tar.gz tcl-4861976d74d0b5f002da99ece73fa24655db45b6.tar.bz2 | |
tcltest 2.5.7 -> 2.5.8
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 17057e4..eb63b6e 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.7 as a Tcl Module" + @echo "Installing package tcltest 2.5.8 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ - "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.7.tm" + "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.8.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" |
