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 /unix | |
| 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 'unix')
| -rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 0eea33a..00e694d 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -839,8 +839,8 @@ install-libraries: libraries do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.8.6 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_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"; + @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.7.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |
