diff options
author | dgp <dgp@users.sourceforge.net> | 2011-10-20 15:32:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-10-20 15:32:58 (GMT) |
commit | 24e68e380047182b814e3d6a47bc20345919b18d (patch) | |
tree | d3ce582ca57fc3006439ac87f737f8140136f96f /unix | |
parent | 47b4d47e6ae7022e12935ae3a44b20f2faa26265 (diff) | |
download | tcl-24e68e380047182b814e3d6a47bc20345919b18d.zip tcl-24e68e380047182b814e3d6a47bc20345919b18d.tar.gz tcl-24e68e380047182b814e3d6a47bc20345919b18d.tar.bz2 |
Update changes toward 8.5.11 release. Bump to http 2.7.7.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index ded4c6b..2238f1c 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -773,8 +773,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.7.6 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.6.tm; + @echo "Installing package http 2.7.7 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.7.tm; @echo "Installing library opt0.4 directory"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |