diff options
author | tailor <cygnus@janrain.com> | 2008-06-05 23:58:03 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2008-06-05 23:58:03 +0000 |
commit | 50b92acd9cb1d67fb8651da4f0f3e073517ca6e4 (patch) | |
tree | fa563daaa997216f99b29fcd01445c2291378497 /Auth | |
parent | 107723bc51c437c5110d09cad14bd2dbcf553edc (diff) | |
download | php-openid-50b92acd9cb1d67fb8651da4f0f3e073517ca6e4.zip php-openid-50b92acd9cb1d67fb8651da4f0f3e073517ca6e4.tar.gz php-openid-50b92acd9cb1d67fb8651da4f0f3e073517ca6e4.tar.bz2 |
[project @ Change Auth_OpenID_VERSION to 2.1.0]
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 f3ec5fa..d455972 100644 --- a/Auth/OpenID.php +++ b/Auth/OpenID.php @@ -20,7 +20,7 @@ /** * The library version string */ -define('Auth_OpenID_VERSION', '2.0.2'); +define('Auth_OpenID_VERSION', '2.1.0'); /** * Require the fetcher code. |