summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-16 12:05:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-02-16 12:05:09 (GMT)
commit7dba68fe7673195fb44cfb6dd3f774cab411b18f (patch)
tree588448da9529172e085fa40c29f2fac85730bd4c /win/Makefile.in
parent4a3fdabdb8d2fea0373183770a4eb0314eed0d1d (diff)
parent425661ed95d8e4ae7b88e0d815e9aa8dc8b37d16 (diff)
downloadtcl-7dba68fe7673195fb44cfb6dd3f774cab411b18f.zip
tcl-7dba68fe7673195fb44cfb6dd3f774cab411b18f.tar.gz
tcl-7dba68fe7673195fb44cfb6dd3f774cab411b18f.tar.bz2
Merge 8.6. http -> 2.10b2
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 0250911..2ff4d4b 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -891,16 +891,16 @@ 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.10b1 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.6/http-2.10b1.tm";
+ @echo "Installing package http 2.10b2 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.6/http-2.10b2.tm";
@echo "Installing package opt 0.4.7";
@for j in $(ROOT_DIR)/library/opt/*.tcl; do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/opt0.4"; \
done;
@echo "Installing package msgcat 1.7.1 as a Tcl Module";
@$(COPY) $(ROOT_DIR)/library/msgcat/msgcat.tcl "$(MODULE_INSTALL_DIR)/8.7/msgcat-1.7.1.tm";
- @echo "Installing package tcltest 2.5.6 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.6.tm";
+ @echo "Installing package tcltest 2.5.7 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/tcltest/tcltest.tcl "$(MODULE_INSTALL_DIR)/8.5/tcltest-2.5.7.tm";
@echo "Installing package platform 1.0.19 as a Tcl Module";
@$(COPY) $(ROOT_DIR)/library/platform/platform.tcl "$(MODULE_INSTALL_DIR)/8.4/platform-1.0.19.tm";
@echo "Installing package platform::shell 1.1.4 as a Tcl Module";