From b34a34a0ddda4ff5e0a45e0930db5194a665b64d Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 21 Nov 2024 02:58:57 +0100 Subject: [PATCH] include version --- lib_phpdocumentor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_phpdocumentor.php b/lib_phpdocumentor.php index 2599a64..3dc9671 100644 --- a/lib_phpdocumentor.php +++ b/lib_phpdocumentor.php @@ -7,5 +7,5 @@ class lib_phpdocumentor extends \LIB\lib_php{ require_once dirname(__FILE__).'/lib/phpdocumentor.php'; return true;} public static function version(){ - return 'https://www.phpdoc.org/ phpdocumentor2';} + return 'https://github.com/phpDocumentor/phpDocumentor/releases/tag/v3.5.3';} } \ No newline at end of file