summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-11-06 16:14:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-11-06 16:14:54 (GMT)
commitb8016570988da571cbac3d951faa78b548ab96ad (patch)
treecbb3ad83fa2f26e666c00bda9233369f1a8cfad0 /unix
parent4d3a8115170564c6159e793451ea25fead36adb6 (diff)
downloadtcl-b8016570988da571cbac3d951faa78b548ab96ad.zip
tcl-b8016570988da571cbac3d951faa78b548ab96ad.tar.gz
tcl-b8016570988da571cbac3d951faa78b548ab96ad.tar.bz2
complete bump to http 2.7.10
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 a2d89aa..87deb20 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -766,8 +766,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \
done;
- @echo "Installing package http 2.7.9 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.9.tm;
+ @echo "Installing package http 2.7.10 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.10.tm;
@echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/";
@for i in $(TOP_DIR)/library/opt/*.tcl ; \
do \