diff options
author | dgp <dgp@users.sourceforge.net> | 2011-10-20 15:56:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-10-20 15:56:52 (GMT) |
commit | 1468085ceb1552c3ff05b0d09c1f81f9b251c33f (patch) | |
tree | e2fdf45d17ae19f6766a4e9c468c6bb3c840926a /unix/Makefile.in | |
parent | ead276c0000ccd74d54004a0ba0d5d9f9ad31a38 (diff) | |
download | tcl-1468085ceb1552c3ff05b0d09c1f81f9b251c33f.zip tcl-1468085ceb1552c3ff05b0d09c1f81f9b251c33f.tar.gz tcl-1468085ceb1552c3ff05b0d09c1f81f9b251c33f.tar.bz2 |
Update changes toward 8.6b3 release. Bump to http 2.8.3.
Diffstat (limited to 'unix/Makefile.in')
-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 a2ade1d..77e87bc 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -829,8 +829,8 @@ install-libraries: libraries do \ $(INSTALL_DATA) $$i "$(SCRIPT_INSTALL_DIR)"/http1.0; \ done; - @echo "Installing package http 2.8.2 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.2.tm; + @echo "Installing package http 2.8.3 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl "$(SCRIPT_INSTALL_DIR)"/../tcl8/8.6/http-2.8.3.tm; @echo "Installing package opt0.4 files to $(SCRIPT_INSTALL_DIR)/opt0.4/"; @for i in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |