diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-25 13:08:04 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-10-25 13:08:04 (GMT) |
commit | d08906b28d47e6097aefc07830024196336bad0f (patch) | |
tree | 1725854b672002b9a835eef5a9d3cf9e0232d194 /win | |
parent | cb8dc8b181dfb98f074698fc7eade5f9dfdbefff (diff) | |
parent | 0eb7f82a5693d837a2065a788ea14a0d07c3c716 (diff) | |
download | tcl-d08906b28d47e6097aefc07830024196336bad0f.zip tcl-d08906b28d47e6097aefc07830024196336bad0f.tar.gz tcl-d08906b28d47e6097aefc07830024196336bad0f.tar.bz2 |
Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.8.8
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 f71a0ed..bc1205a 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -641,8 +641,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \ done; - @echo "Installing package http 2.8.7 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.7.tm; + @echo "Installing package http 2.8.8 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.6/http-2.8.8.tm; @echo "Installing library opt0.4 directory"; @for j in $(ROOT_DIR)/library/opt/*.tcl; \ do \ |