summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-12 15:34:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-05-12 15:34:42 (GMT)
commit9ad86e138f6e7a46c35c62fdf75761f88cdb6a61 (patch)
tree489354ec0856a2906499d1d230ff4f3918f806c0 /win/Makefile.in
parent2d743e82dce913a91521214f3a3eade89bf14e86 (diff)
parentcb4e793d3cde6208d1c12686b85a52f48deec156 (diff)
downloadtcl-9ad86e138f6e7a46c35c62fdf75761f88cdb6a61.zip
tcl-9ad86e138f6e7a46c35c62fdf75761f88cdb6a61.tar.gz
tcl-9ad86e138f6e7a46c35c62fdf75761f88cdb6a61.tar.bz2
merge trunk
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 067d1b8..b3d4086 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -648,8 +648,8 @@ install-libraries: libraries install-tzdata install-msgs
do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \
done;
- @echo "Installing package http 2.8.10 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl9/9.0/http-2.8.10.tm;
+ @echo "Installing package http 2.8.11 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl9/9.0/http-2.8.11.tm;
@echo "Installing library opt0.4 directory";
@for j in $(ROOT_DIR)/library/opt/*.tcl; \
do \