diff options
author | dgp <dgp@users.sourceforge.net> | 2012-11-06 16:28:05 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-11-06 16:28:05 (GMT) |
commit | d8462ed0c6fff27176f1c8909aabdb410d11ec70 (patch) | |
tree | 7beccf8625b1ad0acb64a608b69a898547c04a33 /unix | |
parent | 62aca3895f16c465b05b0c93ae919635ccc2471d (diff) | |
parent | 07bc7f6239dbbfb01001aacdfaece126250e1965 (diff) | |
download | tcl-d8462ed0c6fff27176f1c8909aabdb410d11ec70.zip tcl-d8462ed0c6fff27176f1c8909aabdb410d11ec70.tar.gz tcl-d8462ed0c6fff27176f1c8909aabdb410d11ec70.tar.bz2 |
merge 8.5
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 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 \ |