summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-02 12:44:32 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-11-02 12:44:32 (GMT)
commit1f0c1b800daa627593a6981822d4f0295116366d (patch)
treecbabee17ea09d77cff3e035ef916c5a3a5c16dc0 /unix
parentcd428c1a448edb198b98051f394562bf8f2dc9b5 (diff)
parenta7e97de50ac5b10d761ec5b544a8f7c7ae47f213 (diff)
downloadtcl-1f0c1b800daa627593a6981822d4f0295116366d.zip
tcl-1f0c1b800daa627593a6981822d4f0295116366d.tar.gz
tcl-1f0c1b800daa627593a6981822d4f0295116366d.tar.bz2
Update http version number to 2.8.10, due to [838e99a76d]
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 7b3d820..9ad106c 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -840,8 +840,8 @@ install-libraries: libraries
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \
done;
- @echo "Installing package http 2.8.9 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_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";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.10.tm;
@echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/";
@for i in $(TOP_DIR)/library/opt/*.tcl ; \
do \