diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-22 21:57:42 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-22 21:57:42 (GMT) |
commit | b2ce09bd9ec3b2ac58805ee94ff4cccaba69a67f (patch) | |
tree | 21bfff00a63413e1477f317bd8c28ef8ace2e346 /win | |
parent | aa5c8dabeeb0dff3125e48352cbd8a7411affa68 (diff) | |
parent | 518ff0b0d9cbf5887984531c88f896be53454d2e (diff) | |
download | tcl-b2ce09bd9ec3b2ac58805ee94ff4cccaba69a67f.zip tcl-b2ce09bd9ec3b2ac58805ee94ff4cccaba69a67f.tar.gz tcl-b2ce09bd9ec3b2ac58805ee94ff4cccaba69a67f.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 cf1ea7b..4e14ddc 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -886,8 +886,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.4 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.4.tm"; + @echo "Installing package tcltest 2.5.5 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.5.tm"; @echo "Installing package platform 1.0.18 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/platform/platform.tcl "$(MODULE_INSTALL_DIR)/8.4/platform-1.0.18.tm"; @echo "Installing package platform::shell 1.1.4 as a Tcl Module"; |