summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorkjnash <k.j.nash@usa.net>2022-08-31 12:51:52 (GMT)
committerkjnash <k.j.nash@usa.net>2022-08-31 12:51:52 (GMT)
commitd9b5be0959a8ee2b81ba519ff3d4c70b2da9a6ce (patch)
tree32b6db4f953699dc4d1f9b2d8960f4797ec9c082 /unix
parent230aa0cc4b8b1e9a50c0e2d505dde9c38a1e9d1b (diff)
parent4047fa1ba88c8264976adce71c088921ec49c0e6 (diff)
downloadtcl-d9b5be0959a8ee2b81ba519ff3d4c70b2da9a6ce.zip
tcl-d9b5be0959a8ee2b81ba519ff3d4c70b2da9a6ce.tar.gz
tcl-d9b5be0959a8ee2b81ba519ff3d4c70b2da9a6ce.tar.bz2
Merge old 8.7 9a14272d20
Diffstat (limited to 'unix')
-rw-r--r--unix/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index b7a4d03..998b577 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -1039,9 +1039,9 @@ install-libraries: libraries
@for i in $(TOP_DIR)/library/cookiejar/*.gz; do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)/cookiejar0.2"; \
done
- @echo "Installing package http 2.9.3 as a Tcl Module"
+ @echo "Installing package http 2.9.5 as a Tcl Module"
@$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl \
- "$(MODULE_INSTALL_DIR)/8.6/http-2.9.3.tm"
+ "$(MODULE_INSTALL_DIR)/8.6/http-2.9.5.tm"
@echo "Installing package opt 0.4.7"
@for i in $(TOP_DIR)/library/opt/*.tcl; do \
$(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)/opt0.4"; \