summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-22 10:20:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-09-22 10:20:28 (GMT)
commit63ef0e3d26d5ef38c104cb50b97e7cddb70dbba6 (patch)
treee2c9af74194387c3cb6fd2c1cfdf43ecd64878a8 /win
parent39318d91b7024a6d9cfc78022f539534e426de74 (diff)
downloadtcl-63ef0e3d26d5ef38c104cb50b97e7cddb70dbba6.zip
tcl-63ef0e3d26d5ef38c104cb50b97e7cddb70dbba6.tar.gz
tcl-63ef0e3d26d5ef38c104cb50b97e7cddb70dbba6.tar.bz2
Update http version number, and fix some related test-cases
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 f063da1..eee688b 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.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 package http 2.9.0 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.9.0.tm;
@echo "Installing library opt0.4 directory";
@for j in $(ROOT_DIR)/library/opt/*.tcl; \
do \