diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-10-25 13:08:04 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-10-25 13:08:04 (GMT) |
| commit | d6ed2cf4688a2e4e1b9bab24a252cb553fbbf8bb (patch) | |
| tree | 1725854b672002b9a835eef5a9d3cf9e0232d194 /unix | |
| parent | 9b149b8caf458158582d8fdc8184212616adda54 (diff) | |
| parent | 4dfcda84c40ff14722abc80d5f16d4c31c54b3ca (diff) | |
| download | tcl-d6ed2cf4688a2e4e1b9bab24a252cb553fbbf8bb.zip tcl-d6ed2cf4688a2e4e1b9bab24a252cb553fbbf8bb.tar.gz tcl-d6ed2cf4688a2e4e1b9bab24a252cb553fbbf8bb.tar.bz2 | |
Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.8.8
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 74dd150..bc396e2 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.7 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.7.tm; + @echo "Installing package http 2.8.8 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.8.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |
