diff options
Diffstat (limited to 'library/http2.3')
-rw-r--r-- | library/http2.3/http.tcl | 4 | ||||
-rw-r--r-- | library/http2.3/pkgIndex.tcl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/library/http2.3/http.tcl b/library/http2.3/http.tcl index 24dc205..abfdf91 100644 --- a/library/http2.3/http.tcl +++ b/library/http2.3/http.tcl @@ -9,9 +9,9 @@ # See the file "license.terms" for information on usage and # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: http.tcl,v 1.16 1999/11/19 06:34:44 hobbs Exp $ +# RCS: @(#) $Id: http.tcl,v 1.17 1999/11/19 23:02:29 hobbs Exp $ -package provide http 2.1 ;# This uses Tcl namespaces +package provide http 2.2 ;# This uses Tcl namespaces namespace eval http { variable http diff --git a/library/http2.3/pkgIndex.tcl b/library/http2.3/pkgIndex.tcl index b0e2d9d..1156df6 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.1 [list tclPkgSetup $dir http 2.1 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait}}}] +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}}}] |