summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-02 12:45:47 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-02 12:45:47 (GMT)
commit2ed49a3c8102564e96352e3b8cc77f234adcae6e (patch)
treeea826aa1cde31b2c40f9a10a29249157f82298b8 /win
parent02769c476212b9eca784283d63eee3c3e28a3d76 (diff)
parentba52e2e1c7f3ffc066c415f6f224922e698bed00 (diff)
downloadtcl-2ed49a3c8102564e96352e3b8cc77f234adcae6e.zip
tcl-2ed49a3c8102564e96352e3b8cc77f234adcae6e.tar.gz
tcl-2ed49a3c8102564e96352e3b8cc77f234adcae6e.tar.bz2
merge core-8-6-branch (http package version update)
Diffstat (limited to 'win')
-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 \