summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Turner <kevin@janrain.com>2008-06-27 22:42:22 +0000
committerKevin Turner <kevin@janrain.com>2008-06-27 22:42:22 +0000
commit85fc395849c72f39fbaa39d9ad7da6fd73b2ab1f (patch)
tree88681acae2e7f2c9891769ef6e6b031f576f166d
parentd279f301a938d40440c7b0250aba825c07c2ba66 (diff)
downloadphp-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.php2
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.