summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-06 16:27:16 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-06 16:27:16 (GMT)
commit109f50dfe1a1d07da20a1dbf18ff6c66f01d5ebb (patch)
tree646d27192334bbbb72c301d989af0f6ed5d4a3ee /unix
parentb2e0789f6bd7402bf3c869073e438b7a07efe49b (diff)
parent398787d85937a53c7ad682c82789c41043b7f8db (diff)
downloadtcl-109f50dfe1a1d07da20a1dbf18ff6c66f01d5ebb.zip
tcl-109f50dfe1a1d07da20a1dbf18ff6c66f01d5ebb.tar.gz
tcl-109f50dfe1a1d07da20a1dbf18ff6c66f01d5ebb.tar.bz2
Complete bump to http 2.8.5
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 9ac84f7..b54484f 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -839,8 +839,8 @@ install-libraries: libraries
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \
done;
- @echo "Installing package http 2.8.4 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.4.tm;
+ @echo "Installing package http 2.8.5 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.5.tm;
@echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/";
@for i in $(TOP_DIR)/library/opt/*.tcl ; \
do \