diff options
author | dgp <dgp@users.sourceforge.net> | 2011-10-20 15:56:52 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-10-20 15:56:52 (GMT) |
commit | 1468085ceb1552c3ff05b0d09c1f81f9b251c33f (patch) | |
tree | e2fdf45d17ae19f6766a4e9c468c6bb3c840926a /library/http/pkgIndex.tcl | |
parent | ead276c0000ccd74d54004a0ba0d5d9f9ad31a38 (diff) | |
download | tcl-1468085ceb1552c3ff05b0d09c1f81f9b251c33f.zip tcl-1468085ceb1552c3ff05b0d09c1f81f9b251c33f.tar.gz tcl-1468085ceb1552c3ff05b0d09c1f81f9b251c33f.tar.bz2 |
Update changes toward 8.6b3 release. Bump to http 2.8.3.
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 82b2e0b..d89b14b 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.2 [list tclPkgSetup $dir http 2.8.2 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] +package ifneeded http 2.8.3 [list tclPkgSetup $dir http 2.8.3 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |