diff options
author | mig <mig> | 2013-05-07 18:08:41 (GMT) |
---|---|---|
committer | mig <mig> | 2013-05-07 18:08:41 (GMT) |
commit | 4b77e57edee60a93344391d16de7eeddb3e452cb (patch) | |
tree | c00b8bdc66e031faacc20c76d9a17df6a62832c5 /library/http/pkgIndex.tcl | |
parent | 5e64cfb104de3edbed8962d00743912eff6cb430 (diff) | |
parent | ebbffb3ea5b1b5609e3fb86ddea543aa3d24693d (diff) | |
download | tcl-4b77e57edee60a93344391d16de7eeddb3e452cb.zip tcl-4b77e57edee60a93344391d16de7eeddb3e452cb.tar.gz tcl-4b77e57edee60a93344391d16de7eeddb3e452cb.tar.bz2 |
merge trunkmig_no280
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 a8641e1..aaa3e85 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -1,2 +1,2 @@ if {![package vsatisfies [package provide Tcl] 8.6]} {return} -package ifneeded http 2.8.6 [list tclPkgSetup $dir http 2.8.6 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] +package ifneeded http 2.8.7 [list tclPkgSetup $dir http 2.8.7 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |