diff options
| author | dgp <dgp@users.sourceforge.net> | 2019-11-20 15:58:51 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2019-11-20 15:58:51 (GMT) |
| commit | 8afc3921290bdc520b52a80ef234c37766412ead (patch) | |
| tree | 8918f0994c9bf37c25446b1dbc1b20ff89ecd837 /unix | |
| parent | bab811ce01503b56512aedf78871afa70fbca473 (diff) | |
| parent | c53c54cec414ce179376da39c8fa89d76c049ed4 (diff) | |
| download | tcl-8afc3921290bdc520b52a80ef234c37766412ead.zip tcl-8afc3921290bdc520b52a80ef234c37766412ead.tar.gz tcl-8afc3921290bdc520b52a80ef234c37766412ead.tar.bz2 | |
Merge 8.6; update changes.
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 af9e090..99bdf05 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -938,8 +938,8 @@ install-libraries: libraries do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.9.0 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.9.0.tm; + @echo "Installing package http 2.9.1 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.9.1.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |
