diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-20 09:44:07 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-20 09:44:07 (GMT) |
commit | 4503f8049c9e435aee81d08b5ed7a0d9dc01bd49 (patch) | |
tree | 6e7f608447743bf0e65e1c17811be7a7500e3a07 /win/Makefile.in | |
parent | bce89065de89d1341e53aad824815c1a6a1ac30f (diff) | |
parent | 0f72e7de19985f400051e013c40f53c98d2af9d6 (diff) | |
download | tcl-4503f8049c9e435aee81d08b5ed7a0d9dc01bd49.zip tcl-4503f8049c9e435aee81d08b5ed7a0d9dc01bd49.tar.gz tcl-4503f8049c9e435aee81d08b5ed7a0d9dc01bd49.tar.bz2 |
Merge 8.6
Diffstat (limited to 'win/Makefile.in')
-rw-r--r-- | win/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/Makefile.in b/win/Makefile.in index edeb46f..8fef0cc 100644 --- a/win/Makefile.in +++ b/win/Makefile.in @@ -878,8 +878,8 @@ 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.10a3 as a Tcl Module"; - @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.6/http-2.10a3.tm"; + @echo "Installing package http 2.10a4 as a Tcl Module"; + @$(COPY) $(ROOT_DIR)/library/http/http.tcl "$(MODULE_INSTALL_DIR)/8.6/http-2.10a4.tm"; @echo "Installing package opt 0.4.7"; @for j in $(ROOT_DIR)/library/opt/*.tcl; do \ $(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/opt0.4"; \ |