diff options
author | dgp <dgp@users.sourceforge.net> | 2017-05-09 12:12:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-05-09 12:12:26 (GMT) |
commit | 0d218fca03233fb98ac395f51eee88646695b5f0 (patch) | |
tree | ec38884bac68938e6152c2d5eaae9bc51f0ca25d /win | |
parent | f9d42ebf8caeefb295d308688663ef1f30d63a15 (diff) | |
parent | f32ecd5894792d7327b82d03ce280b2268ff5233 (diff) | |
download | tcl-0d218fca03233fb98ac395f51eee88646695b5f0.zip tcl-0d218fca03233fb98ac395f51eee88646695b5f0.tar.gz tcl-0d218fca03233fb98ac395f51eee88646695b5f0.tar.bz2 |
Merge 8.6; update changes.
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 255c9b4..c62a3c7 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -651,8 +651,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 \ |