diff options
author | Kevin Turner <kevin@janrain.com> | 2008-06-27 22:42:22 +0000 |
---|---|---|
committer | Kevin Turner <kevin@janrain.com> | 2008-06-27 22:42:22 +0000 |
commit | 85fc395849c72f39fbaa39d9ad7da6fd73b2ab1f (patch) | |
tree | 88681acae2e7f2c9891769ef6e6b031f576f166d | |
parent | d279f301a938d40440c7b0250aba825c07c2ba66 (diff) | |
download | php-openid-85fc395849c72f39fbaa39d9ad7da6fd73b2ab1f.zip php-openid-85fc395849c72f39fbaa39d9ad7da6fd73b2ab1f.tar.gz php-openid-85fc395849c72f39fbaa39d9ad7da6fd73b2ab1f.tar.bz2 |
[project @ Update version to 2.1.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 709470c..6a6e54f 100644 --- a/Auth/OpenID.php +++ b/Auth/OpenID.php @@ -20,7 +20,7 @@ /** * The library version string */ -define('Auth_OpenID_VERSION', '2.1.0'); +define('Auth_OpenID_VERSION', '2.1.1'); /** * Require the fetcher code. |