diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-02 10:49:11 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-12-02 10:49:11 (GMT) |
commit | 90493b40122f01179e4f0152f055e44631b10e22 (patch) | |
tree | e3ec9e01b7dc70612ad486da29247cffa9e6e2ad /unix | |
parent | d6a3244d183bd99ddc7ab3f9265f48d66fe8f0b5 (diff) | |
download | tcl-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.in | 4 |
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; |