N°4714 Rename \utils::GetItopVersionWikiSyntax to GetCoreVersionWikiSyntax

Will avoid confusion between core or product version !
This commit is contained in:
Pierre Goiffon
2022-02-01 15:40:43 +01:00
parent 17612f88d3
commit b4fc647845
3 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ define('APPCONF', APPROOT.'conf/');
* When releasing, both constants should be updated : see `.make/release/update-versions.php` for that !
*
* @since 2.7.7 3.0.1 3.1.0 N°4714 constant creation
* @used-by utils::GetItopVersionWikiSyntax()
* @used-by utils::GetCoreVersionWikiSyntax()
* @used-by iTopModulesPhpVersionIntegrationTest
*/
define('ITOP_CORE_VERSION', '2.7.7');