diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2018-04-18 11:59:57 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2018-04-18 11:59:57 (GMT) |
commit | 327595170bbc91997186ac34d44238537e330cd5 (patch) | |
tree | 1034239d6218642e663f7e1c51cee9cedb3f7f26 /unix/Makefile.in | |
parent | 6b8039a9524bb88679e0d837a5345f26c8654a52 (diff) | |
download | tcl-327595170bbc91997186ac34d44238537e330cd5.zip tcl-327595170bbc91997186ac34d44238537e330cd5.tar.gz tcl-327595170bbc91997186ac34d44238537e330cd5.tar.bz2 |
http::geturl now returns full error stack information if the initial socket command fails Ticket [ff82755e15]
Diffstat (limited to 'unix/Makefile.in')
-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 29c051d..4277fad 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -840,8 +840,8 @@ install-libraries: libraries do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.8.12 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.12.tm; + @echo "Installing package http 2.8.13 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.13.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |