diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-12 23:41:50 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-12 23:41:50 (GMT) |
commit | 26619872a685f373c6fa06066eb03c5da5951bfa (patch) | |
tree | 4b5c1a476c12d0301cb3a2fa7b6214cea667cf8c /win | |
parent | 247684d3712520d32b49fe7dc2f30d22429f7773 (diff) | |
parent | a12b9422df5b4021dec42ebfe7a82ec8708638de (diff) | |
download | tcl-26619872a685f373c6fa06066eb03c5da5951bfa.zip tcl-26619872a685f373c6fa06066eb03c5da5951bfa.tar.gz tcl-26619872a685f373c6fa06066eb03c5da5951bfa.tar.bz2 |
Merge 8.6
Diffstat (limited to 'win')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index c704a43..e103ef2 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -899,8 +899,8 @@ install-libraries: libraries install-tzdata install-msgs done; @echo "Installing package msgcat 1.7.1 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl "$(MODULE_INSTALL_DIR)/8.7/msgcat-1.7.1.tm"; - @echo "Installing package tcltest 2.5.7 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.7.tm"; + @echo "Installing package tcltest 2.5.8 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.8.tm"; @echo "Installing package platform 1.0.19 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/platform/platform.tcl "$(MODULE_INSTALL_DIR)/8.4/platform-1.0.19.tm"; @echo "Installing package platform::shell 1.1.4 as a Tcl Module"; |