diff options
author | hobbs <hobbs> | 1999-11-19 23:02:29 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-11-19 23:02:29 (GMT) |
commit | ecf2eb5e84521233eb61aa6bb0b992c12ddc78b9 (patch) | |
tree | 9aefccc164f9c062548c80d507c9f08a1b9d5043 /library/http/http.tcl | |
parent | 859fecd9de44d63b881d59a1fbabc2393375934c (diff) | |
download | tcl-ecf2eb5e84521233eb61aa6bb0b992c12ddc78b9.zip tcl-ecf2eb5e84521233eb61aa6bb0b992c12ddc78b9.tar.gz tcl-ecf2eb5e84521233eb61aa6bb0b992c12ddc78b9.tar.bz2 |
* library/http2.1/http.tcl:
* library/http2.1/pkgIndex.tcl: updated http package to 2.2
Diffstat (limited to 'library/http/http.tcl')
-rw-r--r-- | library/http/http.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl index 24dc205..abfdf91 100644 --- a/library/http/http.tcl +++ b/library/http/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 |