summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authordkf <dkf@noemail.net>2005-01-06 11:15:17 (GMT)
committerdkf <dkf@noemail.net>2005-01-06 11:15:17 (GMT)
commitfad951e6fe00c3f0ffb8f763a610329883a3f3af (patch)
tree1b84f0755837fee40d4de39a39422f42a6eca152 /unix/Makefile.in
parentdae7a6e04eddc826e02d58a42bbbabf537fa09ba (diff)
downloadtcl-fad951e6fe00c3f0ffb8f763a610329883a3f3af.zip
tcl-fad951e6fe00c3f0ffb8f763a610329883a3f3af.tar.gz
tcl-fad951e6fe00c3f0ffb8f763a610329883a3f3af.tar.bz2
Performance updates to http::mapReply [1020491] and fix version numbering.
FossilOrigin-Name: 78058a0d6fef213f10b85300a48e9ed6363b8388
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in6
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 \