diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-06 12:33:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-09-06 12:33:14 (GMT) |
commit | fa39cca32f7a3c8e4ae8c5964313497890a387a4 (patch) | |
tree | 72c23e9c94c5a99b176eecc8731af626df2e805a /unix | |
parent | 0a562b0983eb298ebbcb211ed886a9fef5b4c1ce (diff) | |
parent | 779aba1c853be107103b3d87ac6db4bf9bd9c6e6 (diff) | |
download | tcl-fa39cca32f7a3c8e4ae8c5964313497890a387a4.zip tcl-fa39cca32f7a3c8e4ae8c5964313497890a387a4.tar.gz tcl-fa39cca32f7a3c8e4ae8c5964313497890a387a4.tar.bz2 |
Merge 8.6
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index c62a31e..46b5ac7 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -949,7 +949,7 @@ install-libraries: libraries "$(MODULE_INSTALL_DIR)"/tcl8/8.7/msgcat-1.7.0.tm @echo "Installing package tcltest 2.5.0 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ - "$(MODULE_INSTALL_DIR)"/tcl8/8.5/tcltest-2.5.0.tm + "$(MODULE_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 \ "$(MODULE_INSTALL_DIR)"/tcl8/8.4/platform-1.0.14.tm |