diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-02 12:41:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-02 12:41:04 (GMT) |
commit | 39bf6f7c801c908cc4fff7f87e191d13f14937df (patch) | |
tree | bd70ace8343d3adc102dcbde932b5ff03e701801 /unix/Makefile.in | |
parent | e0d5715972ba45f8d23f0349033503b2195b1664 (diff) | |
download | tcl-39bf6f7c801c908cc4fff7f87e191d13f14937df.zip tcl-39bf6f7c801c908cc4fff7f87e191d13f14937df.tar.gz tcl-39bf6f7c801c908cc4fff7f87e191d13f14937df.tar.bz2 |
Update http version number to 2.7.14, due to [838e99a76d]
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 fc5b03f..50f4bb3 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -776,8 +776,8 @@ install-libraries: libraries $(INSTALL_TZDATA) install-msgs do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.7.13 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.13.tm; + @echo "Installing package http 2.7.14 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.4/http-2.7.14.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |