diff options
author | dgp <dgp@users.sourceforge.net> | 2017-05-09 12:12:26 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2017-05-09 12:12:26 (GMT) |
commit | db87fb7c42f4f45e4ad053f9c3d73d5ace2d44ed (patch) | |
tree | ec38884bac68938e6152c2d5eaae9bc51f0ca25d /unix | |
parent | c9d16daf31e8306b115e3415f1ef5c6f9097ee2f (diff) | |
parent | 4ba2d9a81ad7f1d8b015c4f3f1dd0e6f603ecc3b (diff) | |
download | tcl-db87fb7c42f4f45e4ad053f9c3d73d5ace2d44ed.zip tcl-db87fb7c42f4f45e4ad053f9c3d73d5ace2d44ed.tar.gz tcl-db87fb7c42f4f45e4ad053f9c3d73d5ace2d44ed.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 e03e874..7f45414 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -840,8 +840,8 @@ install-libraries: libraries do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.8.10 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.10.tm; + @echo "Installing package http 2.8.11 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.11.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |