summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-06 16:14:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-06 16:14:54 (GMT)
commit85167c88b6ecf44887ebde7399c4ec931e304dcc (patch)
treecbb3ad83fa2f26e666c00bda9233369f1a8cfad0 /win
parent9b474d56b9437cb5d0aea6429d21a68d3119aab9 (diff)
downloadtcl-85167c88b6ecf44887ebde7399c4ec931e304dcc.zip
tcl-85167c88b6ecf44887ebde7399c4ec931e304dcc.tar.gz
tcl-85167c88b6ecf44887ebde7399c4ec931e304dcc.tar.bz2
complete bump to http 2.7.10
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 b0bdec8..bfc7c57 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -637,8 +637,8 @@ install-libraries: libraries install-tzdata install-msgs
do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \
done;
- @echo "Installing package http 2.7.9 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/http-2.7.9.tm;
+ @echo "Installing package http 2.7.10 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/http-2.7.10.tm;
@echo "Installing library opt0.4 directory";
@for j in $(ROOT_DIR)/library/opt/*.tcl; \
do \