diff options
Diffstat (limited to 'library/http2.3/pkgIndex.tcl')
-rw-r--r-- | library/http2.3/pkgIndex.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/http2.3/pkgIndex.tcl b/library/http2.3/pkgIndex.tcl index 01052f3..b0e2d9d 100644 --- a/library/http2.3/pkgIndex.tcl +++ b/library/http2.3/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}}}] |