diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-22 21:42:24 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-22 21:42:24 (GMT) |
| commit | 518ff0b0d9cbf5887984531c88f896be53454d2e (patch) | |
| tree | 99a8af4989c7cca6085e4dd3afb4f5b60348aa0f /unix | |
| parent | 49867f2fd30037c8b87e75e9bef5c7424edfe15f (diff) | |
| download | tcl-518ff0b0d9cbf5887984531c88f896be53454d2e.zip tcl-518ff0b0d9cbf5887984531c88f896be53454d2e.tar.gz tcl-518ff0b0d9cbf5887984531c88f896be53454d2e.tar.bz2 | |
tcltest 2.5.4 -> 2.5.5
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 23383cd..316ec22 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -960,9 +960,9 @@ install-libraries: libraries @echo "Installing package msgcat 1.6.1 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/msgcat/msgcat.tcl \ "$(MODULE_INSTALL_DIR)/8.5/msgcat-1.6.1.tm" - @echo "Installing package tcltest 2.5.4 as a Tcl Module" + @echo "Installing package tcltest 2.5.5 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ - "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.4.tm" + "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.5.tm" @echo "Installing package platform 1.0.18 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \ "$(MODULE_INSTALL_DIR)/8.4/platform-1.0.18.tm" |
