diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-09 11:31:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-09 11:31:14 (GMT) |
commit | 53c066e2314b0166a9fe30fd1f0026bb48f0d1f3 (patch) | |
tree | eb92d86e032a361abb2782b43ab1d28c100ba968 /win | |
parent | 162004aac0ba129446958a4148b2d7c308d433b2 (diff) | |
parent | 4ba2d9a81ad7f1d8b015c4f3f1dd0e6f603ecc3b (diff) | |
download | tcl-53c066e2314b0166a9fe30fd1f0026bb48f0d1f3.zip tcl-53c066e2314b0166a9fe30fd1f0026bb48f0d1f3.tar.gz tcl-53c066e2314b0166a9fe30fd1f0026bb48f0d1f3.tar.bz2 |
merge core-8-6-branch
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 e967ef3..c46fac7 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -652,8 +652,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; - @echo "Installing package http 2.8.10 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.10.tm; + @echo "Installing package http 2.8.11 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.11.tm; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |