diff options
| author | kjnash <k.j.nash@usa.net> | 2022-08-31 12:51:52 (GMT) |
|---|---|---|
| committer | kjnash <k.j.nash@usa.net> | 2022-08-31 12:51:52 (GMT) |
| commit | d9b5be0959a8ee2b81ba519ff3d4c70b2da9a6ce (patch) | |
| tree | 32b6db4f953699dc4d1f9b2d8960f4797ec9c082 /unix | |
| parent | 230aa0cc4b8b1e9a50c0e2d505dde9c38a1e9d1b (diff) | |
| parent | 4047fa1ba88c8264976adce71c088921ec49c0e6 (diff) | |
| download | tcl-d9b5be0959a8ee2b81ba519ff3d4c70b2da9a6ce.zip tcl-d9b5be0959a8ee2b81ba519ff3d4c70b2da9a6ce.tar.gz tcl-d9b5be0959a8ee2b81ba519ff3d4c70b2da9a6ce.tar.bz2 | |
Merge old 8.7 9a14272d20
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 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"; \ |
