diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-30 10:30:30 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-03-30 10:30:30 (GMT) |
commit | 4cbd0649efa1b88510c6873aa3f348b58d51b982 (patch) | |
tree | 7cecd9efc51959ebdd7672ebfecfe72b7fcea579 /win/Makefile.in | |
parent | 7a81cc7b2b6bb91af471e292b4199d1af61bf52b (diff) | |
parent | 97ab1046f9b569c46750812c1e33ddfd631ec857 (diff) | |
download | tcl-4cbd0649efa1b88510c6873aa3f348b58d51b982.zip tcl-4cbd0649efa1b88510c6873aa3f348b58d51b982.tar.gz tcl-4cbd0649efa1b88510c6873aa3f348b58d51b982.tar.bz2 |
Merge 8.6
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 4c7d2be..3fe6585 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -873,8 +873,8 @@ install-libraries: libraries install-tzdata install-msgs done; @echo "Installing package msgcat 1.7.0 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.7/msgcat-1.7.0.tm; - @echo "Installing package tcltest 2.5.2 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.5.2.tm; + @echo "Installing package tcltest 2.5.3 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.5/tcltest-2.5.3.tm; @echo "Installing package platform 1.0.14 as a Tcl Module"; @$(COPY) $(ROOT_DIR)/library/platform/platform.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/platform-1.0.14.tm; @echo "Installing package platform::shell 1.1.4 as a Tcl Module"; |