summaryrefslogtreecommitdiffstats
path: root/library/http
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2012-01-17 14:31:32 (GMT)
committerdgp <dgp@users.sourceforge.net>2012-01-17 14:31:32 (GMT)
commitbbed95eccee9f7f5940bf4465a16ec6e6efbb84a (patch)
tree537496a923481bcda4f2909d9eb10ad15e45620c /library/http
parent65bb940fd01011167cda259485ddde99031a05d0 (diff)
downloadtcl-bbed95eccee9f7f5940bf4465a16ec6e6efbb84a.zip
tcl-bbed95eccee9f7f5940bf4465a16ec6e6efbb84a.tar.gz
tcl-bbed95eccee9f7f5940bf4465a16ec6e6efbb84a.tar.bz2
Bump to 2.5.6
Diffstat (limited to 'library/http')
-rw-r--r--library/http/http.tcl2
-rw-r--r--library/http/pkgIndex.tcl2
2 files changed, 2 insertions, 2 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
diff --git a/library/http/pkgIndex.tcl b/library/http/pkgIndex.tcl
index cf6a1ff..6c574ef 100644
--- a/library/http/pkgIndex.tcl
+++ b/library/http/pkgIndex.tcl
@@ -9,4 +9,4 @@
# full path name of this file's directory.
if {![package vsatisfies [package provide Tcl] 8.4]} {return}
-package ifneeded http 2.5.5 [list tclPkgSetup $dir http 2.5.5 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]
+package ifneeded http 2.5.6 [list tclPkgSetup $dir http 2.5.6 {{http.tcl source {::http::config ::http::formatQuery ::http::geturl ::http::reset ::http::wait ::http::register ::http::unregister ::http::mapReply}}}]