diff options
author | dgp <dgp@users.sourceforge.net> | 2012-01-17 14:31:32 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2012-01-17 14:31:32 (GMT) |
commit | bbed95eccee9f7f5940bf4465a16ec6e6efbb84a (patch) | |
tree | 537496a923481bcda4f2909d9eb10ad15e45620c /library/http/http.tcl | |
parent | 65bb940fd01011167cda259485ddde99031a05d0 (diff) | |
download | tcl-bbed95eccee9f7f5940bf4465a16ec6e6efbb84a.zip tcl-bbed95eccee9f7f5940bf4465a16ec6e6efbb84a.tar.gz tcl-bbed95eccee9f7f5940bf4465a16ec6e6efbb84a.tar.bz2 |
Bump to 2.5.6
Diffstat (limited to 'library/http/http.tcl')
-rw-r--r-- | library/http/http.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl index 046cdeb..bc8ae7f 100644 --- a/library/http/http.tcl +++ b/library/http/http.tcl @@ -22,7 +22,7 @@ package require Tcl 8.4 # Keep this in sync with pkgIndex.tcl and with the install directories # in Makefiles -package provide http 2.5.5 +package provide http 2.5.6 namespace eval http { variable http |