diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-22 21:42:24 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-07-22 21:42:24 (GMT) |
commit | 518ff0b0d9cbf5887984531c88f896be53454d2e (patch) | |
tree | 99a8af4989c7cca6085e4dd3afb4f5b60348aa0f /win | |
parent | 49867f2fd30037c8b87e75e9bef5c7424edfe15f (diff) | |
download | tcl-518ff0b0d9cbf5887984531c88f896be53454d2e.zip tcl-518ff0b0d9cbf5887984531c88f896be53454d2e.tar.gz tcl-518ff0b0d9cbf5887984531c88f896be53454d2e.tar.bz2 |
tcltest 2.5.4 -> 2.5.5
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 08fb1b5..73387e3 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -744,8 +744,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.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"; |