diff options
author | welch <welch> | 1999-07-01 16:54:10 (GMT) |
---|---|---|
committer | welch <welch> | 1999-07-01 16:54:10 (GMT) |
commit | 4b2545f82897102c47126bae5016cc3ad08f0cc1 (patch) | |
tree | 0a667d7c32474fa1037cf6a102b83733db1d0b8a /library/http | |
parent | 757f1e133ae31ecf2f841ca99884758b6072dba4 (diff) | |
download | tcl-4b2545f82897102c47126bae5016cc3ad08f0cc1.zip tcl-4b2545f82897102c47126bae5016cc3ad08f0cc1.tar.gz tcl-4b2545f82897102c47126bae5016cc3ad08f0cc1.tar.bz2 |
Updated for new package version number
Diffstat (limited to 'library/http')
-rw-r--r-- | library/http/pkgIndex.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl index 01052f3..b0e2d9d 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -1,4 +1,4 @@ -# Tcl package index file, version 1.0 +# Tcl package index file, version 1.1 # This file is generated by the "pkg_mkIndex" command # and sourced either when an application starts up or # by a "package unknown" script. It invokes the @@ -8,4 +8,4 @@ # script is sourced, the variable $dir must contain the # full path name of this file's directory. -package ifneeded http 2.0 [list tclPkgSetup $dir http 2.0 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait}}}] +package ifneeded http 2.1 [list tclPkgSetup $dir http 2.1 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait}}}] |