diff options
| author | dgp <dgp@users.sourceforge.net> | 2016-11-04 15:52:17 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2016-11-04 15:52:17 (GMT) |
| commit | fbc3a63f6c2f807d2181059be4b58e68e1791f00 (patch) | |
| tree | 41598aab42e4b2e8638fd08568b6203c6404ca91 /unix | |
| parent | f2262dec1cdcdbae633751f0c986e4bfff4035db (diff) | |
| parent | 18a2ebc51dc9923f5cd946614aa87f4293ab40bd (diff) | |
| download | tcl-fbc3a63f6c2f807d2181059be4b58e68e1791f00.zip tcl-fbc3a63f6c2f807d2181059be4b58e68e1791f00.tar.gz tcl-fbc3a63f6c2f807d2181059be4b58e68e1791f00.tar.bz2 | |
merge trunk
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 eb083e0..628c6e9 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.9 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.9.tm; + @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 opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |
