X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FDefines.php;h=8a9f4da0db3d3f0e863927849e3b1e7ed1f10a60;hp=0269ab60299bc8faa640213353f358b26584e3bd;hb=18c2d20c54f9851af639cb24603493ca197baaa8;hpb=ac619fc4a60f4d7538b0fda496f25d2eb7f0c220 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 /** @{