summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <cygnus@janrain.com>2008-06-05 23:58:03 +0000
committertailor <cygnus@janrain.com>2008-06-05 23:58:03 +0000
commit50b92acd9cb1d67fb8651da4f0f3e073517ca6e4 (patch)
treefa563daaa997216f99b29fcd01445c2291378497 /Auth
parent107723bc51c437c5110d09cad14bd2dbcf553edc (diff)
downloadphp-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.php2
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.