summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-02 12:44:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-02 12:44:32 (GMT)
commitba52e2e1c7f3ffc066c415f6f224922e698bed00 (patch)
treecbabee17ea09d77cff3e035ef916c5a3a5c16dc0 /win/Makefile.in
parent5ddd3f071bddef971e50673d7700162700561cf6 (diff)
parent39bf6f7c801c908cc4fff7f87e191d13f14937df (diff)
downloadtcl-ba52e2e1c7f3ffc066c415f6f224922e698bed00.zip
tcl-ba52e2e1c7f3ffc066c415f6f224922e698bed00.tar.gz
tcl-ba52e2e1c7f3ffc066c415f6f224922e698bed00.tar.bz2
Update http version number to 2.8.10, due to [838e99a76d]
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 066e6b1..0ab4204 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.9 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.9.tm;
+ @echo "Installing package http 2.8.10 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.10.tm;
@echo "Installing library opt0.4 directory";
@for j in $(ROOT_DIR)/library/opt/*.tcl; \
do \