diff options
author | kjnash <k.j.nash@usa.net> | 2022-05-10 07:48:31 (GMT) |
---|---|---|
committer | kjnash <k.j.nash@usa.net> | 2022-05-10 07:48:31 (GMT) |
commit | 3bdcb898d3c643d00352fcebe7fe7a3b79d2e9cc (patch) | |
tree | 421cc284e1377ea0243f425db98b7d88bff6b1f6 /library/http/pkgIndex.tcl | |
parent | bdf3e8b15daa6eb5dbc8b8ead72235c091308a84 (diff) | |
download | tcl-3bdcb898d3c643d00352fcebe7fe7a3b79d2e9cc.zip tcl-3bdcb898d3c643d00352fcebe7fe7a3b79d2e9cc.tar.gz tcl-3bdcb898d3c643d00352fcebe7fe7a3b79d2e9cc.tar.bz2 |
Fix the bug. Standardise and document protocol upgrades.
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 7249547..e12cf84 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.9.6 [list tclPkgSetup $dir http 2.9.6 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] +package ifneeded http 2.9.7 [list tclPkgSetup $dir http 2.9.7 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}] |