Update version number to 2.0

Change-Id: If0d6ba5093bb6f89970b9febeadcbfd6bd9c6cfa
This commit is contained in:
physikerwelt (Moritz Schubotz) 2014-07-13 00:16:20 +02:00
parent f0f2e3898f
commit 8f7d4b8d75
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* *
* @file * @file
* @ingroup Extensions * @ingroup Extensions
* @version 1.0 * @version 2.0
* @author Tomasz Wegrzanowski * @author Tomasz Wegrzanowski
* @author Brion Vibber * @author Brion Vibber
* @author Moritz Schubotz * @author Moritz Schubotz
@ -23,7 +23,7 @@ if ( !defined( 'MEDIAWIKI' ) ) {
$wgExtensionCredits['parserhook'][] = array( $wgExtensionCredits['parserhook'][] = array(
'path' => __FILE__, 'path' => __FILE__,
'name' => 'Math', 'name' => 'Math',
'version' => '1.2.0', 'version' => '2.0.0',
'author' => array( 'author' => array(
'Tomasz Wegrzanowski', 'Tomasz Wegrzanowski',
'Brion Vibber', 'Brion Vibber',