summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-10 16:18:45 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-05-10 16:18:45 (GMT)
commitef2aecf236630914656428fc75bd64898e5bfd38 (patch)
treec650cece0cece77ad4ad6650485c23f4252efb8c /win
parent502f4114390509fa4af8ec75e10cf627fde92da2 (diff)
parent8fb96674b942e844b25d3e269a5715ebea33bc02 (diff)
downloadtcl-ef2aecf236630914656428fc75bd64898e5bfd38.zip
tcl-ef2aecf236630914656428fc75bd64898e5bfd38.tar.gz
tcl-ef2aecf236630914656428fc75bd64898e5bfd38.tar.bz2
Merge 8.6
Diffstat (limited to 'win')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 1464792..edeb46f 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -878,8 +878,8 @@ install-libraries: libraries install-tzdata install-msgs
$(ROOT_DIR)/library/cookiejar/*.gz; do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/cookiejar0.2"; \
done;
- @echo "Installing package http 2.10a2 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.6/http-2.10a2.tm";
+ @echo "Installing package http 2.10a3 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.6/http-2.10a3.tm";
@echo "Installing package opt 0.4.7";
@for j in $(ROOT_DIR)/library/opt/*.tcl; do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/opt0.4"; \