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 | d8462ed0c6fff27176f1c8909aabdb410d11ec70 (patch) | |
tree | 7beccf8625b1ad0acb64a608b69a898547c04a33 /win | |
parent | 62aca3895f16c465b05b0c93ae919635ccc2471d (diff) | |
parent | 07bc7f6239dbbfb01001aacdfaece126250e1965 (diff) | |
download | tcl-d8462ed0c6fff27176f1c8909aabdb410d11ec70.zip tcl-d8462ed0c6fff27176f1c8909aabdb410d11ec70.tar.gz tcl-d8462ed0c6fff27176f1c8909aabdb410d11ec70.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 \ |