summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-02 10:49:11 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-12-02 10:49:11 (GMT)
commit90493b40122f01179e4f0152f055e44631b10e22 (patch)
treee3ec9e01b7dc70612ad486da29247cffa9e6e2ad /unix
parentd6a3244d183bd99ddc7ab3f9265f48d66fe8f0b5 (diff)
downloadtcl-90493b40122f01179e4f0152f055e44631b10e22.zip
tcl-90493b40122f01179e4f0152f055e44631b10e22.tar.gz
tcl-90493b40122f01179e4f0152f055e44631b10e22.tar.bz2
Renumber tcltest from 2.5.1 -> 2.5.2, already for next release.
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 99bdf05..69f7e90 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -947,8 +947,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.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 tcltest 2.5.2 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.5.2.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;