diff options
author | dgp <dgp@users.sourceforge.net> | 2011-06-21 16:28:34 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-06-21 16:28:34 (GMT) |
commit | f271c4ad0a19d06b3f42aa7ab22f92a4ebc0879e (patch) | |
tree | 54b585e192a043e869013c7ddbc625ea2173573b /win | |
parent | 83102e6f2f98d36d59b7b69132074e9724dc2feb (diff) | |
download | tcl-f271c4ad0a19d06b3f42aa7ab22f92a4ebc0879e.zip tcl-f271c4ad0a19d06b3f42aa7ab22f92a4ebc0879e.tar.gz tcl-f271c4ad0a19d06b3f42aa7ab22f92a4ebc0879e.tar.bz2 |
Backport tcltest 2.3.3 for release with Tcl 8.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 97a7e7b..6308165 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -647,8 +647,8 @@ install-libraries: libraries install-tzdata install-msgs done; @echo "Installing package msgcat 1.4.4 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/msgcat-1.4.4.tm; - @echo "Installing package tcltest 2.3.2 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.2.tm; + @echo "Installing package tcltest 2.3.3 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.3.3.tm; @echo "Installing package platform 1.0.9 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/platform/platform.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform-1.0.9.tm; @echo "Installing package platform::shell 1.1.4 as a Tcl Module"; |