summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-25 13:08:04 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-10-25 13:08:04 (GMT)
commit0b75dbad3dfb0aeae966725a877d1f2b05ba1938 (patch)
tree1725854b672002b9a835eef5a9d3cf9e0232d194 /win/Makefile.in
parentc677a19c443ea72ffb075a0cd2c197d565d60868 (diff)
parent216ade8493af2a06801b929dd24e7b84b06cdab9 (diff)
downloadtcl-0b75dbad3dfb0aeae966725a877d1f2b05ba1938.zip
tcl-0b75dbad3dfb0aeae966725a877d1f2b05ba1938.tar.gz
tcl-0b75dbad3dfb0aeae966725a877d1f2b05ba1938.tar.bz2
Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.8.8
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
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 \