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 /win | |
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 'win')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index 6376470..d9b52fa 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -650,8 +650,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; - @echo "Installing package http 2.7.13 as a Tcl Module"; - @$(COPY) $(ROOT_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"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/http-2.7.14.tm; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |