diff options
author | tailor <dag@janrain.com> | 2008-05-30 22:20:51 +0000 |
---|---|---|
committer | tailor <dag@janrain.com> | 2008-05-30 22:20:51 +0000 |
commit | 284e75f2625e2bc923a68ba0b750d192fdafba32 (patch) | |
tree | b50c5d097fe4a907e7b69b929d731aacef5fd390 /Auth | |
parent | 6f509993502b9b1fd6aabfc543325e8aca13b0b9 (diff) | |
download | php-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.php | 5 |
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"; |