diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-12-08 15:49:24 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-12-08 15:49:24 (GMT) |
commit | 2d2b28f51aceca3697f87d716687214b7c860e7a (patch) | |
tree | 8e4f3df0b608bb13871facf1991c9a97ef0ad749 /win/Makefile.in | |
parent | 5c70ebf5df38eb0e182a5aba2c5de5d0bdab7a3e (diff) | |
download | tcl-2d2b28f51aceca3697f87d716687214b7c860e7a.zip tcl-2d2b28f51aceca3697f87d716687214b7c860e7a.tar.gz tcl-2d2b28f51aceca3697f87d716687214b7c860e7a.tar.bz2 |
Update tcltest package to version 2.5.4 (backported from Tcl 8.7)
Diffstat (limited to 'win/Makefile.in')
-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 dbec774..71b40cd 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -740,8 +740,8 @@ install-libraries: libraries install-tzdata install-msgs done; @echo "Installing package msgcat 1.6.1 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl "$(MODULE_INSTALL_DIR)/8.5/msgcat-1.6.1.tm"; - @echo "Installing package tcltest 2.5.3 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.3.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 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"; |