summaryrefslogtreecommitdiffstats
path: root/Auth
diff options
context:
space:
mode:
authortailor <dag@janrain.com>2008-05-30 22:20:51 +0000
committertailor <dag@janrain.com>2008-05-30 22:20:51 +0000
commit284e75f2625e2bc923a68ba0b750d192fdafba32 (patch)
treeb50c5d097fe4a907e7b69b929d731aacef5fd390 /Auth
parent6f509993502b9b1fd6aabfc543325e8aca13b0b9 (diff)
downloadphp-openid-284e75f2625e2bc923a68ba0b750d192fdafba32.zip
php-openid-284e75f2625e2bc923a68ba0b750d192fdafba32.tar.gz
php-openid-284e75f2625e2bc923a68ba0b750d192fdafba32.tar.bz2
[project @ Add version string to Auth/OpenID.php]
Diffstat (limited to 'Auth')
-rw-r--r--Auth/OpenID.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/Auth/OpenID.php b/Auth/OpenID.php
index 0eb7b3b..c8e5690 100644
--- a/Auth/OpenID.php
+++ b/Auth/OpenID.php
@@ -18,6 +18,11 @@
*/
/**
+ * The library version string
+ */
+define('Auth_OpenID_VERSION', '2.0.2');
+
+/**
* Require the fetcher code.
*/
require_once "Auth/Yadis/PlainHTTPFetcher.php";