summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authormax <max@tclers.tk>2013-04-04 15:00:49 (GMT)
committermax <max@tclers.tk>2013-04-04 15:00:49 (GMT)
commitd868d05b0c92d8f49a25e799da0160d395ab1a79 (patch)
tree4aa4363e9e102ac84950a2bd572aa1e8d980a8f7 /unix/Makefile.in
parent663bb7043a7ab0647b1bb58500e0e5fbd2015709 (diff)
downloadtcl-d868d05b0c92d8f49a25e799da0160d395ab1a79.zip
tcl-d868d05b0c92d8f49a25e799da0160d395ab1a79.tar.gz
tcl-d868d05b0c92d8f49a25e799da0160d395ab1a79.tar.bz2
Bump http to 2.8.7 in the other dozen places as well.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 0eea33a..00e694d 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.6 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.6.tm;
+ @echo "Installing package http 2.8.7 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.7.tm;
@echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/";
@for i in $(TOP_DIR)/library/opt/*.tcl ; \
do \