diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-02 12:45:47 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-11-02 12:45:47 (GMT) |
commit | 2ed49a3c8102564e96352e3b8cc77f234adcae6e (patch) | |
tree | ea826aa1cde31b2c40f9a10a29249157f82298b8 /win | |
parent | 02769c476212b9eca784283d63eee3c3e28a3d76 (diff) | |
parent | ba52e2e1c7f3ffc066c415f6f224922e698bed00 (diff) | |
download | tcl-2ed49a3c8102564e96352e3b8cc77f234adcae6e.zip tcl-2ed49a3c8102564e96352e3b8cc77f234adcae6e.tar.gz tcl-2ed49a3c8102564e96352e3b8cc77f234adcae6e.tar.bz2 |
merge core-8-6-branch (http package version update)
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 066e6b1..0ab4204 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.9 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.9.tm; + @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 library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |