summaryrefslogtreecommitdiffstats
path: root/unix
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 /unix
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 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 060148f..a2621a3 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -842,8 +842,8 @@ install-libraries: libraries
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \
done;
- @echo "Installing package http 2.8.13 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_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";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.9.0.tm;
@echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/";
@for i in $(TOP_DIR)/library/opt/*.tcl ; \
do \