diff options
author | max <max@tclers.tk> | 2013-04-04 15:00:49 (GMT) |
---|---|---|
committer | max <max@tclers.tk> | 2013-04-04 15:00:49 (GMT) |
commit | 8b102ddebc3be14f8b6439be169a4c4e6edda50f (patch) | |
tree | 4aa4363e9e102ac84950a2bd572aa1e8d980a8f7 /library/http/pkgIndex.tcl | |
parent | ddfc3d80c51a778be14ca07124c0c3ac9e3335ae (diff) | |
download | tcl-8b102ddebc3be14f8b6439be169a4c4e6edda50f.zip tcl-8b102ddebc3be14f8b6439be169a4c4e6edda50f.tar.gz tcl-8b102ddebc3be14f8b6439be169a4c4e6edda50f.tar.bz2 |
Bump http to 2.8.7 in the other dozen places as well.
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}}}] |