summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2009-09-29 04:29:24 (GMT)
committerdgp@users.sourceforge.net <dgp>2009-09-29 04:29:24 (GMT)
commitd9cbb47e1efc546de391f1cc75819408bd165f25 (patch)
tree8ba177eb320dc28dfae87e50c69b3ada8572abf7
parent43d6d30bd50c9fe04159d5f222e0e04a74a1a8a9 (diff)
downloadtcl-d9cbb47e1efc546de391f1cc75819408bd165f25.zip
tcl-d9cbb47e1efc546de391f1cc75819408bd165f25.tar.gz
tcl-d9cbb47e1efc546de391f1cc75819408bd165f25.tar.bz2
http bump fix
-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 315e0cd..27eb168 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.4 [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}}}]
+package ifneeded http 2.7.4 [list tclPkgSetup $dir http 2.7.4 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]