diff options
author | max <max@tclers.tk> | 2013-04-04 17:08:43 (GMT) |
---|---|---|
committer | max <max@tclers.tk> | 2013-04-04 17:08:43 (GMT) |
commit | e0dbb5bd6286d83d5bffb1ee2890569951dce5d4 (patch) | |
tree | a479f28ec1ec1dfebe670ae7fe82aa6f2d50d2b7 /win/Makefile.in | |
parent | b5b700cbbdb4907a99eb6d6360be8c2cc0a01624 (diff) | |
download | tcl-e0dbb5bd6286d83d5bffb1ee2890569951dce5d4.zip tcl-e0dbb5bd6286d83d5bffb1ee2890569951dce5d4.tar.gz tcl-e0dbb5bd6286d83d5bffb1ee2890569951dce5d4.tar.bz2 |
Allow URLs that don't have a path, but a query,
e.g. http://example.com?foo=bar and bump http to 2.7.12.
Diffstat (limited to 'win/Makefile.in')
-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 3f8b02f..fec5ff6 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -642,8 +642,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; - @echo "Installing package http 2.7.11 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/http-2.7.11.tm; + @echo "Installing package http 2.7.12 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.4/http-2.7.12.tm; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |