diff options
| author | dgp <dgp@users.sourceforge.net> | 2024-02-14 19:10:42 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2024-02-14 19:10:42 (GMT) |
| commit | 39d7670448cf7cdcd002e83719b99601b4848175 (patch) | |
| tree | 716857871fd5b3ee19cb9bf8fc004b69a02e248f /unix | |
| parent | b2838608a28395031f039ae5ac2955ef18b56834 (diff) | |
| download | tcl-39d7670448cf7cdcd002e83719b99601b4848175.zip tcl-39d7670448cf7cdcd002e83719b99601b4848175.tar.gz tcl-39d7670448cf7cdcd002e83719b99601b4848175.tar.bz2 | |
There are changes to package tcltest since release of Tcl 9.0b1.
Bump to tcltest 2.5.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 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" |
