summaryrefslogtreecommitdiffstats
path: root/library/http/pkgIndex.tcl
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2001-09-07 02:43:11 (GMT)
committerdgp <dgp@users.sourceforge.net>2001-09-07 02:43:11 (GMT)
commit25432c6f43048ae1d85596b8b408e44a351aacd3 (patch)
treef3ce5fd4c8e51e75e00b619e21d0befee78c47d8 /library/http/pkgIndex.tcl
parent312d83efa8996c6b208e6764a9cd4d46e4405241 (diff)
downloadtcl-25432c6f43048ae1d85596b8b408e44a351aacd3.zip
tcl-25432c6f43048ae1d85596b8b408e44a351aacd3.tar.gz
tcl-25432c6f43048ae1d85596b8b408e44a351aacd3.tar.bz2
* Updated http package to version 2.4,
reflecting the new features just added.
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 3c5d514..b7b87a9 100644
--- a/library/http/pkgIndex.tcl
+++ b/library/http/pkgIndex.tcl
@@ -9,4 +9,4 @@
# full path name of this file's directory.
if {![package vsatisfies [package provide Tcl] 8.2]} {return}
-package ifneeded http 2.3.3 [list tclPkgSetup $dir http 2.3.3 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}]
+package ifneeded http 2.4 [list tclPkgSetup $dir http 2.4 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}]