summaryrefslogtreecommitdiffstats
path: root/library/http/http.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-11 21:58:03 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-11 21:58:03 (GMT)
commitd012e417ea577645b17692aed2c240f5051dd815 (patch)
tree27899872495c415858f7746804c1275fe7d0aa50 /library/http/http.tcl
parenta069279c8c46c16594f83200022a91c434a74e64 (diff)
downloadtcl-d012e417ea577645b17692aed2c240f5051dd815.zip
tcl-d012e417ea577645b17692aed2c240f5051dd815.tar.gz
tcl-d012e417ea577645b17692aed2c240f5051dd815.tar.bz2
* library/http/http.tcl: Remove 8.5 requirement.
* library/http/pkgIndex.tcl: * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc:
Diffstat (limited to 'library/http/http.tcl')
-rw-r--r--library/http/http.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl
index ef0817c..046329b 100644
--- a/library/http/http.tcl
+++ b/library/http/http.tcl
@@ -8,9 +8,9 @@
# See the file "license.terms" for information on usage and redistribution of
# this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
-# RCS: @(#) $Id: http.tcl,v 1.70 2008/08/11 21:29:47 patthoyts Exp $
+# RCS: @(#) $Id: http.tcl,v 1.71 2008/08/11 21:58:07 dgp Exp $
-package require Tcl 8.5.0
+package require Tcl 8.4
# Keep this in sync with pkgIndex.tcl and with the install directories
# in Makefiles
package provide http 2.7.1