summaryrefslogtreecommitdiffstats
path: root/library/http/pkgIndex.tcl
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-02-24 14:39:14 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-02-24 14:39:14 (GMT)
commitce5966c8e1a2b9236dd9edec5c779679cf4ee5e7 (patch)
tree539cdca5d7be9a42a6ed151d0375adc40e0bd661 /library/http/pkgIndex.tcl
parent2f7164a07ccf7f1803f0f2a169bbc07169fd7084 (diff)
downloadtcl-ce5966c8e1a2b9236dd9edec5c779679cf4ee5e7.zip
tcl-ce5966c8e1a2b9236dd9edec5c779679cf4ee5e7.tar.gz
tcl-ce5966c8e1a2b9236dd9edec5c779679cf4ee5e7.tar.bz2
Added support for 8.6's zlib integration.
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 6badcea..07724d3 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.2 [list tclPkgSetup $dir http 2.7.2 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]
+package ifneeded http 2.7.3 [list tclPkgSetup $dir http 2.7.3 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]