summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-09 14:00:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-01-09 14:00:15 (GMT)
commitc509f61617b25dc0e12c07ca27b5b44bce13cb5f (patch)
treea6adbaeda6a7ce0e617e82eb7ce71cbd5e158b54 /win/Makefile.in
parent77532b29d0c6c85dab5e98de6141a4f876114210 (diff)
downloadtcl-c509f61617b25dc0e12c07ca27b5b44bce13cb5f.zip
tcl-c509f61617b25dc0e12c07ca27b5b44bce13cb5f.tar.gz
tcl-c509f61617b25dc0e12c07ca27b5b44bce13cb5f.tar.bz2
[Bug 3599395]: http assumes status line is a proper tcl list.
Bump http package to 2.7.11.
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 4949c70..23f5a2b 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.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 package http 2.7.11 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/http-2.7.11.tm;
@echo "Installing library opt0.4 directory";
@for j in $(ROOT_DIR)/library/opt/*.tcl; \
do \