diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-09 11:31:14 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-05-09 11:31:14 (GMT) |
commit | 53c066e2314b0166a9fe30fd1f0026bb48f0d1f3 (patch) | |
tree | eb92d86e032a361abb2782b43ab1d28c100ba968 /unix | |
parent | 162004aac0ba129446958a4148b2d7c308d433b2 (diff) | |
parent | 4ba2d9a81ad7f1d8b015c4f3f1dd0e6f603ecc3b (diff) | |
download | tcl-53c066e2314b0166a9fe30fd1f0026bb48f0d1f3.zip tcl-53c066e2314b0166a9fe30fd1f0026bb48f0d1f3.tar.gz tcl-53c066e2314b0166a9fe30fd1f0026bb48f0d1f3.tar.bz2 |
merge core-8-6-branch
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 c4f6136..3af93d1 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -841,8 +841,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 \ |