diff options
author | hershey <hershey> | 2000-03-18 02:16:40 (GMT) |
---|---|---|
committer | hershey <hershey> | 2000-03-18 02:16:40 (GMT) |
commit | 467352f3a6c9e72a15442c938d97adf75c80e247 (patch) | |
tree | 3c81fb0d8229c95c1deefdb2f4345981b806b822 /library | |
parent | e793b4a0eb33a970919689caba4daebebcc6e065 (diff) | |
download | tcl-467352f3a6c9e72a15442c938d97adf75c80e247.zip tcl-467352f3a6c9e72a15442c938d97adf75c80e247.tar.gz tcl-467352f3a6c9e72a15442c938d97adf75c80e247.tar.bz2 |
updated package index file to use version 2.3 instead of 2.2.
Diffstat (limited to 'library')
-rw-r--r-- | library/http/pkgIndex.tcl | 2 | ||||
-rw-r--r-- | library/http2.1/pkgIndex.tcl | 2 | ||||
-rw-r--r-- | library/http2.3/pkgIndex.tcl | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl index 1156df6..32b17c7 100644 --- a/library/http/pkgIndex.tcl +++ b/library/http/pkgIndex.tcl @@ -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.2 [list tclPkgSetup $dir http 2.2 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}] +package ifneeded http 2.3 [list tclPkgSetup $dir http 2.3 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}] diff --git a/library/http2.1/pkgIndex.tcl b/library/http2.1/pkgIndex.tcl index 1156df6..32b17c7 100644 --- a/library/http2.1/pkgIndex.tcl +++ b/library/http2.1/pkgIndex.tcl @@ -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.2 [list tclPkgSetup $dir http 2.2 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}] +package ifneeded http 2.3 [list tclPkgSetup $dir http 2.3 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}] diff --git a/library/http2.3/pkgIndex.tcl b/library/http2.3/pkgIndex.tcl index 1156df6..32b17c7 100644 --- a/library/http2.3/pkgIndex.tcl +++ b/library/http2.3/pkgIndex.tcl @@ -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.2 [list tclPkgSetup $dir http 2.2 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}] +package ifneeded http 2.3 [list tclPkgSetup $dir http 2.3 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}] |