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 | 537c514d95456934049189eb2feb050ab5b77336 (patch) | |
tree | bd70ace8343d3adc102dcbde932b5ff03e701801 /unix | |
parent | 3b56b95e28e6776c91f685918f80acb9624321a0 (diff) | |
download | tcl-537c514d95456934049189eb2feb050ab5b77336.zip tcl-537c514d95456934049189eb2feb050ab5b77336.tar.gz tcl-537c514d95456934049189eb2feb050ab5b77336.tar.bz2 |
Update http version number to 2.7.14, due to [838e99a76d]
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 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 \ |