diff options
author | dgp <dgp@users.sourceforge.net> | 2018-04-19 02:45:38 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-04-19 02:45:38 (GMT) |
commit | 567fb6cc27d5d87678cc7cb02004296436e5fc59 (patch) | |
tree | 031a121e00d93b6b2602c248a0d65d12efb7bcba /win | |
parent | 31a291920abf3cdcf53dd275bd8712565ba020c8 (diff) | |
parent | 75bd116527ce94efc1c14c6dc82c526614ed6c7f (diff) | |
download | tcl-567fb6cc27d5d87678cc7cb02004296436e5fc59.zip tcl-567fb6cc27d5d87678cc7cb02004296436e5fc59.tar.gz tcl-567fb6cc27d5d87678cc7cb02004296436e5fc59.tar.bz2 |
merge 8.6
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 56ccb4d..6326075 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -653,8 +653,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$i" "$(SCRIPT_INSTALL_DIR)"; \ done; - @echo "Installing package http 2.8.12 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.12.tm; + @echo "Installing package http 2.8.13 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.13.tm; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |