summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2021-06-04 19:43:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2021-06-04 19:43:08 (GMT)
commit7a14d36614af18e8970a49f28efe0d6a47ec74ad (patch)
treea6d644abdd83a35df2aab745e6bc438ad8a50ab5 /unix
parent7e1bd9ece3354f7d6ebd31804b617de737323856 (diff)
downloadtcl-7a14d36614af18e8970a49f28efe0d6a47ec74ad.zip
tcl-7a14d36614af18e8970a49f28efe0d6a47ec74ad.tar.gz
tcl-7a14d36614af18e8970a49f28efe0d6a47ec74ad.tar.bz2
Revise http version number from unusual 2.10.0a1 to conventional 2.10a1
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 51c2842..4bba56d 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.10.0a1 as a Tcl Module"
+ @echo "Installing package http 2.10a1 as a Tcl Module"
@$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl \
- "$(MODULE_INSTALL_DIR)/8.6/http-2.10.0a1.tm"
+ "$(MODULE_INSTALL_DIR)/8.6/http-2.10a1.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"; \