diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-06 11:34:36 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-06 11:34:36 (GMT) |
| commit | eb90ba3bd632f134e33c3d6ed7f5694ca151ac1d (patch) | |
| tree | dd69647fd8d4f15491d03172e402c4aa33c6fabf /unix | |
| parent | ca9dfb04eafef3e5eaa295b8da62761b332b2939 (diff) | |
| parent | 0a38e523d30dbe1119fa0a84fb1e08860f029220 (diff) | |
| download | tcl-eb90ba3bd632f134e33c3d6ed7f5694ca151ac1d.zip tcl-eb90ba3bd632f134e33c3d6ed7f5694ca151ac1d.tar.gz tcl-eb90ba3bd632f134e33c3d6ed7f5694ca151ac1d.tar.bz2 | |
Merge 8.7
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 8d5d3a1..ac16293 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1050,9 +1050,9 @@ install-libraries: libraries @echo "Installing package msgcat 1.7.1 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl \ "$(MODULE_INSTALL_DIR)/9.0/msgcat-1.7.1.tm" - @echo "Installing package tcltest 2.5.3 as a Tcl Module" + @echo "Installing package tcltest 2.5.4 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ - "$(MODULE_INSTALL_DIR)/9.0/tcltest-2.5.3.tm" + "$(MODULE_INSTALL_DIR)/9.0/tcltest-2.5.4.tm" @echo "Installing package platform 1.0.16 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \ "$(MODULE_INSTALL_DIR)/9.0/platform-1.0.16.tm" |
