diff options
author | Evan Prodromou <git@evanprodromou.name> | 2009-01-06 22:54:10 -0500 |
---|---|---|
committer | Evan Prodromou <git@evanprodromou.name> | 2009-01-06 22:54:10 -0500 |
commit | b5a197217cc00549079e8235f1aefd18c9d44421 (patch) | |
tree | a7ad9e764d2ace6763a3259f6c6b5b4dd6573dfe /extlib/Auth/OpenID.php | |
parent | b1142ed3ab1797e449d262e115d78cbb75deaa22 (diff) |
Upgrade included OpenID libraries to version 2.1.2
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 6a6e54f8b..6556b5b01 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.1'); +define('Auth_OpenID_VERSION', '2.1.2'); /** * Require the fetcher code. |