diff options
author | Lilli <lilli@janrain.com> | 2010-04-29 13:41:05 -0700 |
---|---|---|
committer | Lilli <lilli@janrain.com> | 2010-04-29 13:41:05 -0700 |
commit | a287b2d85e753c84b3b883ed8ee3ffe8692c8477 (patch) | |
tree | 25ffd5881776031285dc71847761bb1e32e0fb27 /Auth | |
parent | a3411ea3b88628533bd1d0550a17ec2cc6f32af7 (diff) | |
download | php-openid-a287b2d85e753c84b3b883ed8ee3ffe8692c8477.zip php-openid-a287b2d85e753c84b3b883ed8ee3ffe8692c8477.tar.gz php-openid-a287b2d85e753c84b3b883ed8ee3ffe8692c8477.tar.bz2 |
Updating version2.2.2
Diffstat (limited to 'Auth')
-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 33a538a..c9d9779 100644 --- a/Auth/OpenID.php +++ b/Auth/OpenID.php @@ -20,7 +20,7 @@ /** * The library version string */ -define('Auth_OpenID_VERSION', '2.2.1'); +define('Auth_OpenID_VERSION', '2.2.2'); /** * Require the fetcher code. |