X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FDefines.php;h=80996267be1569be83157946d4d7f44bce0f9e0e;hp=0269ab60299bc8faa640213353f358b26584e3bd;hb=748c5eae2fd5d897c94c48771161c259941a7488;hpb=1e289e5424be2bfe62213dde90bea658b874f7e6 diff --git a/includes/Defines.php b/includes/Defines.php index 0269ab6029..80996267be 100644 --- a/includes/Defines.php +++ b/includes/Defines.php @@ -29,6 +29,15 @@ use Wikimedia\Rdbms\IDatabase; * @defgroup Constants MediaWiki constants */ +/** + * The running version of MediaWiki. + * + * This replaces the the $wgVersion global found in earlier versions. + * + * @since 1.34.1 + */ +define( 'MW_VERSION', '1.34.1' ); + # Obsolete aliases /** @{