diff options
author | dgp <dgp@users.sourceforge.net> | 2012-01-17 14:32:34 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-01-17 14:32:34 (GMT) |
commit | 9e8aaad5304f4f20baabedca04ed50f9039ff52d (patch) | |
tree | ac108c8116e83deb74e864a58bea07229d4dd59f /library/http/pkgIndex.tcl | |
parent | 2462be2b3821467cc6fc2a847e3e9cf4494c831c (diff) | |
parent | 03513815f85ed991cbdcf8fbcada2fd615c01fb7 (diff) | |
download | tcl-9e8aaad5304f4f20baabedca04ed50f9039ff52d.zip tcl-9e8aaad5304f4f20baabedca04ed50f9039ff52d.tar.gz tcl-9e8aaad5304f4f20baabedca04ed50f9039ff52d.tar.bz2 |
Bump to version 2.7.8
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 168d628..43b5571 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.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}}}] +package ifneeded http 2.7.8 [list tclPkgSetup $dir http 2.7.8 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |