diff options
author | dgp <dgp@users.sourceforge.net> | 2013-08-30 21:57:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2013-08-30 21:57:26 (GMT) |
commit | 1d512f82013b5c80636c8522357aabe3b429f143 (patch) | |
tree | fbef2e9cd6d99e9d4d6e3340cd855e4356d638b0 /unix | |
parent | b73ab85cfec30d588f7eab2fb7cd55fe29da82c8 (diff) | |
download | tcl-1d512f82013b5c80636c8522357aabe3b429f143.zip tcl-1d512f82013b5c80636c8522357aabe3b429f143.tar.gz tcl-1d512f82013b5c80636c8522357aabe3b429f143.tar.bz2 |
Bump to tcltest 2.3.6 to account for changes since Tcl 8.6.0 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 443e70d..505f7e0 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -850,8 +850,8 @@ install-libraries: libraries done; @echo "Installing package msgcat 1.5.2 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/msgcat-1.5.2.tm; - @echo "Installing package tcltest 2.3.5 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.5.tm; + @echo "Installing package tcltest 2.3.6 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.5/tcltest-2.3.6.tm; @echo "Installing package platform 1.0.12 as a Tcl Module"; @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/platform-1.0.12.tm; |