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 | d868d05b0c92d8f49a25e799da0160d395ab1a79 (patch) | |
tree | 4aa4363e9e102ac84950a2bd572aa1e8d980a8f7 /win | |
parent | 663bb7043a7ab0647b1bb58500e0e5fbd2015709 (diff) | |
download | tcl-d868d05b0c92d8f49a25e799da0160d395ab1a79.zip tcl-d868d05b0c92d8f49a25e799da0160d395ab1a79.tar.gz tcl-d868d05b0c92d8f49a25e799da0160d395ab1a79.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 \ |