diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-06 16:28:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-06 16:28:05 (GMT) |
commit | 5c0961e758e01c1c82e5748372712d721018b1bb (patch) | |
tree | 7beccf8625b1ad0acb64a608b69a898547c04a33 /win | |
parent | e55f7c6612d8ce09ff970d4db896caa9a99afd84 (diff) | |
parent | 398787d85937a53c7ad682c82789c41043b7f8db (diff) | |
download | tcl-5c0961e758e01c1c82e5748372712d721018b1bb.zip tcl-5c0961e758e01c1c82e5748372712d721018b1bb.tar.gz tcl-5c0961e758e01c1c82e5748372712d721018b1bb.tar.bz2 |
merge 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 b0bdec8..bfc7c57 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -637,8 +637,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; - @echo "Installing package http 2.7.9 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/http-2.7.9.tm; + @echo "Installing package http 2.7.10 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/http-2.7.10.tm; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |