summaryrefslogtreecommitdiffstats
path: root/library/http/pkgIndex.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-05-09 12:12:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-05-09 12:12:26 (GMT)
commitdb87fb7c42f4f45e4ad053f9c3d73d5ace2d44ed (patch)
treeec38884bac68938e6152c2d5eaae9bc51f0ca25d /library/http/pkgIndex.tcl
parentc9d16daf31e8306b115e3415f1ef5c6f9097ee2f (diff)
parent4ba2d9a81ad7f1d8b015c4f3f1dd0e6f603ecc3b (diff)
downloadtcl-db87fb7c42f4f45e4ad053f9c3d73d5ace2d44ed.zip
tcl-db87fb7c42f4f45e4ad053f9c3d73d5ace2d44ed.tar.gz
tcl-db87fb7c42f4f45e4ad053f9c3d73d5ace2d44ed.tar.bz2
Merge 8.6; update changes.
Diffstat (limited to 'library/http/pkgIndex.tcl')
-rw-r--r--library/http/pkgIndex.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl
index 841b4eb..a0d28f1 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.10 [list tclPkgSetup $dir http 2.8.10 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]
+package ifneeded http 2.8.11 [list tclPkgSetup $dir http 2.8.11 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]