diff options
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"; |