summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2011-10-20 15:56:52 (GMT)
committerdgp <dgp@users.sourceforge.net>2011-10-20 15:56:52 (GMT)
commit1468085ceb1552c3ff05b0d09c1f81f9b251c33f (patch)
treee2fdf45d17ae19f6766a4e9c468c6bb3c840926a /unix/Makefile.in
parentead276c0000ccd74d54004a0ba0d5d9f9ad31a38 (diff)
downloadtcl-1468085ceb1552c3ff05b0d09c1f81f9b251c33f.zip
tcl-1468085ceb1552c3ff05b0d09c1f81f9b251c33f.tar.gz
tcl-1468085ceb1552c3ff05b0d09c1f81f9b251c33f.tar.bz2
Update changes toward 8.6b3 release. Bump to http 2.8.3.
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 a2ade1d..77e87bc 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -829,8 +829,8 @@ install-libraries: libraries
do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \
done;
- @echo "Installing package http 2.8.2 as a Tcl Module";
- @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.2.tm;
+ @echo "Installing package http 2.8.3 as a Tcl Module";
+ @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.3.tm;
@echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/";
@for i in $(TOP_DIR)/library/opt/*.tcl ; \
do \