X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FDefines.php;h=8a9f4da0db3d3f0e863927849e3b1e7ed1f10a60;hb=18c2d20c54f9851af639cb24603493ca197baaa8;hp=0269ab60299bc8faa640213353f358b26584e3bd;hpb=a6b45d2a20c9be095431ac60ba0a4f5951b5f387;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/Defines.php b/includes/Defines.php index 0269ab6029..8a9f4da0db 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.2' ); + # Obsolete aliases /** @{