summaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2005-01-06 11:15:18 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2005-01-06 11:15:18 (GMT)
commit6486719f0c7028711902d98c299289de759010d7 (patch)
tree1b84f0755837fee40d4de39a39422f42a6eca152 /win
parentc73ac088fcee2f6300273f60c4cfcbd1d6230162 (diff)
downloadtcl-6486719f0c7028711902d98c299289de759010d7.zip
tcl-6486719f0c7028711902d98c299289de759010d7.tar.gz
tcl-6486719f0c7028711902d98c299289de759010d7.tar.bz2
Performance updates to http::mapReply [1020491] and fix version numbering.
Diffstat (limited to 'win')
-rw-r--r--win/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/win/Makefile.in b/win/Makefile.in
index a4187de..4a25f8f 100644
--- a/win/Makefile.in
+++ b/win/Makefile.in
@@ -5,7 +5,7 @@
# "autoconf" program (constructs like "@foo@" will get replaced in the
# actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.86 2004/12/29 20:57:30 kennykb Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.87 2005/01/06 11:15:22 dkf Exp $
VERSION = @TCL_VERSION@
@@ -560,8 +560,8 @@ install-libraries: libraries install-tzdata install-msgs
do \
$(COPY) "$$j" "$(SCRIPT_INSTALL_DIR)/http1.0"; \
done;
- @echo "Installing package http 2.5.0 as a Tcl Module";
- @$(COPY) $(ROOT_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";
+ @$(COPY) $(ROOT_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 $(ROOT_DIR)/library/opt/*.tcl; \
do \