summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-20 09:36:33 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-06-20 09:36:33 (GMT)
commit0f72e7de19985f400051e013c40f53c98d2af9d6 (patch)
treef5ee69b1b715102d45eb84c4d179c683b36e6a01 /win/Makefile.in
parent2eb7e13512a335fe845d094ecafd48215ed0f803 (diff)
downloadtcl-0f72e7de19985f400051e013c40f53c98d2af9d6.zip
tcl-0f72e7de19985f400051e013c40f53c98d2af9d6.tar.gz
tcl-0f72e7de19985f400051e013c40f53c98d2af9d6.tar.bz2
bump http version to 2.9.8
Diffstat (limited to 'win/Makefile.in')
-rw-r--r--win/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index 37d579b..08fb1b5 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -735,8 +735,8 @@ install-libraries: libraries install-tzdata install-msgs
do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \
done;
- @echo "Installing package http 2.9.7 as a Tcl Module";
- @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.6/http-2.9.7.tm";
+ @echo "Installing package http 2.9.8 as a Tcl Module";
+ @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.6/http-2.9.8.tm";
@echo "Installing library opt0.4 directory";
@for j in $(ROOT_DIR)/library/opt/*.tcl; \
do \