diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-08-15 21:25:29 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2025-08-15 21:25:29 (GMT) |
| commit | db1368a1300a2d152c546dd59c1f12b71dc07a38 (patch) | |
| tree | 8f4af94ad27126d77a0320df36bdaa04e7b7c42c /unix | |
| parent | 0548037236aa1a00d5e03f210822ebfb3a55ccc9 (diff) | |
| parent | 5f003481345e81f318adedf7d194b63c6ac0520a (diff) | |
| download | tcl-db1368a1300a2d152c546dd59c1f12b71dc07a38.zip tcl-db1368a1300a2d152c546dd59c1f12b71dc07a38.tar.gz tcl-db1368a1300a2d152c546dd59c1f12b71dc07a38.tar.bz2 | |
Merge 9.0
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 4deeea8..b18449a 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -1082,9 +1082,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.9 as a Tcl Module" + @echo "Installing package tcltest 2.5.10 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/tcltest/tcltest.tcl \ - "$(MODULE_INSTALL_DIR)/9.0/tcltest-2.5.9.tm" + "$(MODULE_INSTALL_DIR)/9.0/tcltest-2.5.10.tm" @echo "Installing package platform 1.0.19 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/platform/platform.tcl \ "$(MODULE_INSTALL_DIR)/9.0/platform-1.0.19.tm" |
