summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2018-04-18 11:59:57 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2018-04-18 11:59:57 (GMT)
commit327595170bbc91997186ac34d44238537e330cd5 (patch)
tree1034239d6218642e663f7e1c51cee9cedb3f7f26 /win/Makefile.in
parent6b8039a9524bb88679e0d837a5345f26c8654a52 (diff)
downloadtcl-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 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 633a9f5..f063da1 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -651,8 +651,8 @@ install-libraries: libraries install-tzdata install-msgs
do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \
done;
- @echo "Installing package http 2.8.12 as a Tcl Module";
- @$(COPY) $(ROOT_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";
+ @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.13.tm;
@echo "Installing library opt0.4 directory";
@for j in $(ROOT_DIR)/library/opt/*.tcl; \
do \