diff options
| author | dgp <dgp@users.sourceforge.net> | 2025-08-15 19:15:53 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2025-08-15 19:15:53 (GMT) |
| commit | 8061873d98749f59f6295c371772492cca07a35e (patch) | |
| tree | d18db36ab78644dadddaccf5b59449519e7f7483 /unix | |
| parent | 20a3d4112f5177781500f6f87841be0d1d7cb049 (diff) | |
| parent | b522ab7c2ad740a068df9546538405f8d2a2c703 (diff) | |
| download | tcl-8061873d98749f59f6295c371772492cca07a35e.zip tcl-8061873d98749f59f6295c371772492cca07a35e.tar.gz tcl-8061873d98749f59f6295c371772492cca07a35e.tar.bz2 | |
Merge 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 18b943a..3efdfec 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -872,9 +872,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.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)/8.5/tcltest-2.5.9.tm" + "$(MODULE_INSTALL_DIR)/8.5/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)/8.4/platform-1.0.19.tm" |
