diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-09 10:32:52 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-01-09 10:32:52 (GMT) |
| commit | f99c2266c1650f9febe04af2e792e921bd2cbe16 (patch) | |
| tree | 2159f10d892d8990a562c74b953cf4507b989920 /unix | |
| parent | 90ec870a4fc7e6cd0a41c569ef4484da76917d63 (diff) | |
| download | tcl-f99c2266c1650f9febe04af2e792e921bd2cbe16.zip tcl-f99c2266c1650f9febe04af2e792e921bd2cbe16.tar.gz tcl-f99c2266c1650f9febe04af2e792e921bd2cbe16.tar.bz2 | |
Backport tcltest 2.5.6 from Tcl9.0b1
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 9267ef7..239b22b 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.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)/8.5/tcltest-2.5.5.tm" + "$(MODULE_INSTALL_DIR)/8.5/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)/8.4/platform-1.0.19.tm" |
