diff options
author | dgp <dgp@users.sourceforge.net> | 2012-01-17 14:31:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-01-17 14:31:32 (GMT) |
commit | bbed95eccee9f7f5940bf4465a16ec6e6efbb84a (patch) | |
tree | 537496a923481bcda4f2909d9eb10ad15e45620c /library/http/pkgIndex.tcl | |
parent | 65bb940fd01011167cda259485ddde99031a05d0 (diff) | |
download | tcl-bbed95eccee9f7f5940bf4465a16ec6e6efbb84a.zip tcl-bbed95eccee9f7f5940bf4465a16ec6e6efbb84a.tar.gz tcl-bbed95eccee9f7f5940bf4465a16ec6e6efbb84a.tar.bz2 |
Bump to 2.5.6
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 cf6a1ff..6c574ef 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -9,4 +9,4 @@ # full path name of this file's directory. if {![package vsatisfies [package provide Tcl] 8.4]} {return} -package ifneeded http 2.5.5 [list tclPkgSetup $dir http 2.5.5 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] +package ifneeded http 2.5.6 [list tclPkgSetup $dir http 2.5.6 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |