diff options
author | Lilli <lilli@janrain.com> | 2010-04-28 13:50:27 -0700 |
---|---|---|
committer | Lilli <lilli@janrain.com> | 2010-04-28 13:50:27 -0700 |
commit | 32324ad14b0f46df4158d4b1b3d08587e8f05377 (patch) | |
tree | 2b4998d4612a5ca17ed187b3582cb32f217ef8a2 | |
parent | 8dd00a8410ffca44300dfce698e57334b7056848 (diff) | |
download | php-openid-32324ad14b0f46df4158d4b1b3d08587e8f05377.zip php-openid-32324ad14b0f46df4158d4b1b3d08587e8f05377.tar.gz php-openid-32324ad14b0f46df4158d4b1b3d08587e8f05377.tar.bz2 |
Updated version2.2.1
-rw-r--r-- | Auth/OpenID.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Auth/OpenID.php b/Auth/OpenID.php index 32bfa92..33a538a 100644 --- a/Auth/OpenID.php +++ b/Auth/OpenID.php @@ -20,7 +20,7 @@ /** * The library version string */ -define('Auth_OpenID_VERSION', '2.1.2'); +define('Auth_OpenID_VERSION', '2.2.1'); /** * Require the fetcher code. |