summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-06 11:16:43 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-06 11:16:43 (GMT)
commitdae5efd07d01ade231948d43f09364e4b8b580b5 (patch)
treea84b2775debc820c0b7994b21027ffd689976e68 /unix
parentcfb29e0e5e7f82be94e68e37379e4b1ced068ee8 (diff)
downloadtcl-dae5efd07d01ade231948d43f09364e4b8b580b5.zip
tcl-dae5efd07d01ade231948d43f09364e4b8b580b5.tar.gz
tcl-dae5efd07d01ade231948d43f09364e4b8b580b5.tar.bz2
Fix [579a05fb34] (partly): b) tcltest file has mismatched version number.
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 25f034e..2d94bf9 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -856,8 +856,8 @@ install-libraries: libraries
done;
@echo "Installing package msgcat 1.6.1 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.6.1.tm;
- @echo "Installing package tcltest 2.5.0 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.5.0.tm;
+ @echo "Installing package tcltest 2.5.1 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.5.1.tm;
@echo "Installing package platform 1.0.14 as a Tcl Module";
@$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.14.tm;