diff options
author | dgp <dgp@users.sourceforge.net> | 2001-08-02 05:23:49 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2001-08-02 05:23:49 (GMT) |
commit | 66c75d0f01c6bf62380cdcae36801befc1b519d3 (patch) | |
tree | 43207b4e21243218595219942896b81ae4bdace8 /library/http | |
parent | 021e3ab3bc146a1662b08572ab28097f61139bd3 (diff) | |
download | tcl-66c75d0f01c6bf62380cdcae36801befc1b519d3.zip tcl-66c75d0f01c6bf62380cdcae36801befc1b519d3.tar.gz tcl-66c75d0f01c6bf62380cdcae36801befc1b519d3.tar.bz2 |
Update the http package version number now as we change it, so we don't
forget to do it later when we release it.
Diffstat (limited to 'library/http')
-rw-r--r-- | library/http/pkgIndex.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl index 32b17c7..6122042 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.3 [list tclPkgSetup $dir http 2.3 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}] +package ifneeded http 2.3.1 [list tclPkgSetup $dir http 2.3.1 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister}}}] |