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 | d868d05b0c92d8f49a25e799da0160d395ab1a79 (patch) | |
tree | 4aa4363e9e102ac84950a2bd572aa1e8d980a8f7 /library/http | |
parent | 663bb7043a7ab0647b1bb58500e0e5fbd2015709 (diff) | |
download | tcl-d868d05b0c92d8f49a25e799da0160d395ab1a79.zip tcl-d868d05b0c92d8f49a25e799da0160d395ab1a79.tar.gz tcl-d868d05b0c92d8f49a25e799da0160d395ab1a79.tar.bz2 |
Bump http to 2.8.7 in the other dozen places as well.
Diffstat (limited to 'library/http')
-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}}}] |