diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-10-30 01:30:42 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-10-30 01:30:42 -0400 |
commit | 02131db1c976831241b61e205ccda9e3232c4fe2 (patch) | |
tree | b7a7231c5b936cec169a8658abf253e99a857633 /extlib/Auth/OpenID.php | |
parent | 005f85b5eaace14a1303eb51fb216e6d77696244 (diff) |
Bump to Auth_OpenID 2.1.3
Diffstat (limited to 'extlib/Auth/OpenID.php')
-rw-r--r-- | extlib/Auth/OpenID.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extlib/Auth/OpenID.php b/extlib/Auth/OpenID.php index 6556b5b01..db6164256 100644 --- a/extlib/Auth/OpenID.php +++ b/extlib/Auth/OpenID.php @@ -20,7 +20,7 @@ /** * The library version string */ -define('Auth_OpenID_VERSION', '2.1.2'); +define('Auth_OpenID_VERSION', '2.1.3'); /** * Require the fetcher code. |