diff options
author | max <max@tclers.tk> | 2013-04-04 15:00:49 (GMT) |
---|---|---|
committer | max <max@tclers.tk> | 2013-04-04 15:00:49 (GMT) |
commit | 8b102ddebc3be14f8b6439be169a4c4e6edda50f (patch) | |
tree | 4aa4363e9e102ac84950a2bd572aa1e8d980a8f7 /win | |
parent | ddfc3d80c51a778be14ca07124c0c3ac9e3335ae (diff) | |
download | tcl-8b102ddebc3be14f8b6439be169a4c4e6edda50f.zip tcl-8b102ddebc3be14f8b6439be169a4c4e6edda50f.tar.gz tcl-8b102ddebc3be14f8b6439be169a4c4e6edda50f.tar.bz2 |
Bump http to 2.8.7 in the other dozen places as well.
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 99009b9..bfc4e0d 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -639,8 +639,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; - @echo "Installing package http 2.8.6 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.6.tm; + @echo "Installing package http 2.8.7 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl7/8.6/http-2.8.7.tm; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |