diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-06 11:15:18 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-01-06 11:15:18 (GMT) |
commit | 6486719f0c7028711902d98c299289de759010d7 (patch) | |
tree | 1b84f0755837fee40d4de39a39422f42a6eca152 /unix | |
parent | c73ac088fcee2f6300273f60c4cfcbd1d6230162 (diff) | |
download | tcl-6486719f0c7028711902d98c299289de759010d7.zip tcl-6486719f0c7028711902d98c299289de759010d7.tar.gz tcl-6486719f0c7028711902d98c299289de759010d7.tar.bz2 |
Performance updates to http::mapReply [1020491] and fix version numbering.
Diffstat (limited to 'unix')
-rw-r--r-- | unix/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in index d5cecd5..1979184 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.159 2004/12/29 20:57:30 kennykb Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.160 2005/01/06 11:15:21 dkf Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -665,8 +665,8 @@ install-libraries: libraries install-tzdata install-msgs do \ $(INSTALL_DATA) $$j $(SCRIPT_INSTALL_DIR)/http1.0; \ done; - @echo "Installing package http 2.5.0 as a Tcl Module"; - @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.2/http-2.5.0.tm; + @echo "Installing package http 2.5.1 as a Tcl Module"; + @$(INSTALL_DATA) $(TOP_DIR)/library/http/http.tcl $(SCRIPT_INSTALL_DIR)/../tcl8/8.2/http-2.5.1.tm; @echo "Installing library opt0.4 directory"; @for j in $(TOP_DIR)/library/opt/*.tcl ; \ do \ |