diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-07-26 16:21:36 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-07-26 16:21:36 (GMT) |
commit | 493182df76dae588330e4c30d0f876a254f1fd8d (patch) | |
tree | bb9c5c140c638429ffe9c1c8115bf9c589eab183 /win | |
parent | e14cd07627b4ca6018dc89e9333418965ef0d56b (diff) | |
parent | 34aa927a148445f61ce5e2cc2a3403fc2a681255 (diff) | |
download | tcl-493182df76dae588330e4c30d0f876a254f1fd8d.zip tcl-493182df76dae588330e4c30d0f876a254f1fd8d.tar.gz tcl-493182df76dae588330e4c30d0f876a254f1fd8d.tar.bz2 |
Fix [cb0373bb33]: The http::geturl -keepalive option does not work as described in the man page.
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 651f6b2..7c0db47 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -719,8 +719,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; - @echo "Installing package http 2.9.2 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.6/http-2.9.2.tm"; + @echo "Installing package http 2.9.3 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.6/http-2.9.3.tm"; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |