diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-07-26 16:52:06 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-07-26 16:52:06 (GMT) |
| commit | 33c33747236b588a0fb278f6ab9a37e824b06f1c (patch) | |
| tree | ca8a4db8859ded6152ed1e780ed6f5d34c32fd42 /unix | |
| parent | 05f25dff9f24bc4c88cdb93d6d8e6db3fa2e9e89 (diff) | |
| parent | 6cc6771848666666ce1156ea385c04ddb1ce1a1c (diff) | |
| download | tcl-33c33747236b588a0fb278f6ab9a37e824b06f1c.zip tcl-33c33747236b588a0fb278f6ab9a37e824b06f1c.tar.gz tcl-33c33747236b588a0fb278f6ab9a37e824b06f1c.tar.bz2 | |
Merge 8.7
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index 852c158..42a2258 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.2 as a Tcl Module" + @echo "Installing package http 2.9.3 as a Tcl Module" @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl \ - "$(MODULE_INSTALL_DIR)/9.0/http-2.9.2.tm" + "$(MODULE_INSTALL_DIR)/9.0/http-2.9.3.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"; \ |
