diff options
author | Kevin Turner <kevin@janrain.com> | 2008-09-09 19:10:25 +0000 |
---|---|---|
committer | Kevin Turner <kevin@janrain.com> | 2008-09-09 19:10:25 +0000 |
commit | 1a9ca0a49e2a6b29b12d4bf471d30a02fa7e71e3 (patch) | |
tree | 8f1e7801c941136a9e2bd1755750c936e1cd494d /Auth | |
parent | 98521d0748c5e7a2675720185f411485c77cb8a4 (diff) | |
download | php-openid-1a9ca0a49e2a6b29b12d4bf471d30a02fa7e71e3.zip php-openid-1a9ca0a49e2a6b29b12d4bf471d30a02fa7e71e3.tar.gz php-openid-1a9ca0a49e2a6b29b12d4bf471d30a02fa7e71e3.tar.bz2 |
[project @ Update version to 2.1.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 6a6e54f..6556b5b 100644 --- a/Auth/OpenID.php +++ b/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. |