summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-29 22:03:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-08-29 22:03:41 (GMT)
commit6ecf15e4f182a6be8c106737c7ee792beeab649a (patch)
tree0d66894a0f881a6bef9214f0a259d8e2daeb889c /win
parent18dfd2c4666607dc76ff1b647f114b5f7947312f (diff)
parent213447740b2103263aec6b22da904e038cb915e9 (diff)
downloadtcl-6ecf15e4f182a6be8c106737c7ee792beeab649a.zip
tcl-6ecf15e4f182a6be8c106737c7ee792beeab649a.tar.gz
tcl-6ecf15e4f182a6be8c106737c7ee792beeab649a.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 7c5c1bc..68ca858 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -875,8 +875,8 @@ install-libraries: libraries install-tzdata install-msgs
do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/cookiejar0.2"; \
done;
- @echo "Installing package http 2.9.3 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.6/http-2.9.3.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 package opt 0.4.7";
@for j in $(ROOT_DIR)/library/opt/*.tcl; \
do \