diff options
author | andreask <andreask> | 2012-03-07 18:59:34 (GMT) |
---|---|---|
committer | andreask <andreask> | 2012-03-07 18:59:34 (GMT) |
commit | 36d2d21ef756fd3321cecf1e7b278ee2d2c8a8dd (patch) | |
tree | f4736d7e3dd8e3c53a1c7ddf044f267945c24494 /unix/Makefile.in | |
parent | ab122b015c2810b81d4b677ee1bd956d81b9f506 (diff) | |
parent | 85723f7753964dfd99076945efd55744ee3e52a2 (diff) | |
download | tcl-36d2d21ef756fd3321cecf1e7b278ee2d2c8a8dd.zip tcl-36d2d21ef756fd3321cecf1e7b278ee2d2c8a8dd.tar.gz tcl-36d2d21ef756fd3321cecf1e7b278ee2d2c8a8dd.tar.bz2 |
Merged from 8.5 branch -- http package. Fix Bug 3498327. Generate upper-case hexadecimal output for compliance with RFC 3986. Bumped version to 2.8.4.
Diffstat (limited to 'unix/Makefile.in')
-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 154f1b9..34b9003 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.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 http 2.8.4 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.4.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |