summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-12-08 15:49:24 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-12-08 15:49:24 (GMT)
commit2d2b28f51aceca3697f87d716687214b7c860e7a (patch)
tree8e4f3df0b608bb13871facf1991c9a97ef0ad749 /unix
parent5c70ebf5df38eb0e182a5aba2c5de5d0bdab7a3e (diff)
downloadtcl-2d2b28f51aceca3697f87d716687214b7c860e7a.zip
tcl-2d2b28f51aceca3697f87d716687214b7c860e7a.tar.gz
tcl-2d2b28f51aceca3697f87d716687214b7c860e7a.tar.bz2
Update tcltest package to version 2.5.4 (backported from Tcl 8.7)
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index bb726ab..74df6fb 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -960,9 +960,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.3 as a Tcl Module"
+ @echo "Installing package tcltest 2.5.4 as a Tcl Module"
@$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \
- "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.3.tm"
+ "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.4.tm"
@echo "Installing package platform 1.0.18 as a Tcl Module"
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \
"$(MODULE_INSTALL_DIR)/8.4/platform-1.0.18.tm"