summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-12 11:21:29 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-12 11:21:29 (GMT)
commitd7011470f6c9320824157139b9df87181998e4e1 (patch)
tree37279e08441cf6eab4925560e7c0f621fe30dfc9 /win/Makefile.in
parent1a2f289ff654579945f09d5d494fcccdc193966e (diff)
parent579cd0b138b020f90e65e83e6bd9f27d473211b1 (diff)
downloadtcl-d7011470f6c9320824157139b9df87181998e4e1.zip
tcl-d7011470f6c9320824157139b9df87181998e4e1.tar.gz
tcl-d7011470f6c9320824157139b9df87181998e4e1.tar.bz2
Merge 8.6
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 9905dd6..d839345 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -721,8 +721,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.5 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.6/http-2.9.5.tm";
@echo "Installing library opt0.4 directory";
@for j in $(ROOT_DIR)/library/opt/*.tcl; \
do \