diff options
author | dgp <dgp@users.sourceforge.net> | 2008-08-11 21:57:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2008-08-11 21:57:09 (GMT) |
commit | b023663a3aa9d4b27ba15183688973bda7ff9a4e (patch) | |
tree | aca537cb1cdf3b6f7f270b8e2fc6af50b371c2c7 /library/http/pkgIndex.tcl | |
parent | 9bf7aefef2826d2275a85e56b6e49d9af59fc2a6 (diff) | |
download | tcl-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/pkgIndex.tcl')
-rw-r--r-- | library/http/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl index 7263414..932017a 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -1,4 +1,4 @@ # Tcl package index file, version 1.1 -if {![package vsatisfies [package provide Tcl] 8.5.0]} {return} +if {![package vsatisfies [package provide Tcl] 8.4]} {return} package ifneeded http 2.7.1 [list tclPkgSetup $dir http 2.7.1 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |