summaryrefslogtreecommitdiffstats
path: root/library/http/http.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2008-08-11 21:57:09 (GMT)
committerdgp <dgp@users.sourceforge.net>2008-08-11 21:57:09 (GMT)
commitb023663a3aa9d4b27ba15183688973bda7ff9a4e (patch)
treeaca537cb1cdf3b6f7f270b8e2fc6af50b371c2c7 /library/http/http.tcl
parent9bf7aefef2826d2275a85e56b6e49d9af59fc2a6 (diff)
downloadtcl-b023663a3aa9d4b27ba15183688973bda7ff9a4e.zip
tcl-b023663a3aa9d4b27ba15183688973bda7ff9a4e.tar.gz
tcl-b023663a3aa9d4b27ba15183688973bda7ff9a4e.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 d5b299d..32c5309 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.67.2.3 2008/08/11 21:31:11 patthoyts Exp $
+# RCS: @(#) $Id: http.tcl,v 1.67.2.4 2008/08/11 21:57:14 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