diff options
author | dgp <dgp@users.sourceforge.net> | 2011-10-20 15:32:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-10-20 15:32:58 (GMT) |
commit | 24e68e380047182b814e3d6a47bc20345919b18d (patch) | |
tree | d3ce582ca57fc3006439ac87f737f8140136f96f /library/http/pkgIndex.tcl | |
parent | 47b4d47e6ae7022e12935ae3a44b20f2faa26265 (diff) | |
download | tcl-24e68e380047182b814e3d6a47bc20345919b18d.zip tcl-24e68e380047182b814e3d6a47bc20345919b18d.tar.gz tcl-24e68e380047182b814e3d6a47bc20345919b18d.tar.bz2 |
Update changes toward 8.5.11 release. Bump to http 2.7.7.
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 fed5829..168d628 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.4]} {return} -package ifneeded http 2.7.6 [list tclPkgSetup $dir http 2.7.6 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] +package ifneeded http 2.7.7 [list tclPkgSetup $dir http 2.7.7 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |