From 3381c085f4c64210500cce2052b9e24c035eb4fb Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Thu, 27 Jan 2022 16:15:57 +0100 Subject: [PATCH] =?UTF-8?q?:bulb:=20N=C2=B04714=20fix=20phpdoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/config.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 41c756984..6036b8f02 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -37,7 +37,7 @@ define('ITOP_VERSION', '2.7.0-dev'); * Note that in iTop 3.0.0 we used {@see ITOP_DESIGN_LATEST_VERSION} to get core version. * When releasing, both constants should be updated : see `.make/release/update-versions.php` for that ! * - * @since 2.7.7 3.0.1 3.1.1 N°4714 constant creation + * @since 2.7.7 3.0.1 3.1.0 N°4714 constant creation * @used-by utils::GetItopPatchVersion */ define('ITOP_CORE_VERSION', '2.7.7');