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 | 93e34985b6d8df1522461459f37af798738abd73 (patch) | |
tree | 537496a923481bcda4f2909d9eb10ad15e45620c /library/http/http.tcl | |
parent | d5bbde756b8b63c982baaeb1195985a7a4814eda (diff) | |
download | tcl-93e34985b6d8df1522461459f37af798738abd73.zip tcl-93e34985b6d8df1522461459f37af798738abd73.tar.gz tcl-93e34985b6d8df1522461459f37af798738abd73.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 |