diff options
author | dgp <dgp@users.sourceforge.net> | 2018-04-25 13:02:35 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2018-04-25 13:02:35 (GMT) |
commit | 4d9ba4a6528b96b85dd0037953e94a5f4aa623be (patch) | |
tree | deb4afdc84bf1eea1feac4dcf16d8c3828e30e61 /unix | |
parent | 9ff5b7077a286a44e200859c71d641d9ea3bd60d (diff) | |
parent | 859bcc9f868c96444e50001dac785edb3e889156 (diff) | |
download | tcl-4d9ba4a6528b96b85dd0037953e94a5f4aa623be.zip tcl-4d9ba4a6528b96b85dd0037953e94a5f4aa623be.tar.gz tcl-4d9ba4a6528b96b85dd0037953e94a5f4aa623be.tar.bz2 |
merge 8.7
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 83a8aed..51c06e5 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -844,8 +844,8 @@ install-libraries: libraries do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"; \ done; - @echo "Installing package http 2.8.12 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.12.tm; + @echo "Installing package http 2.8.13 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.13.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |