Merge "Update version number to 2.0"

This commit is contained in:
jenkins-bot 2014-07-20 13:33:24 +00:00 committed by Gerrit Code Review
commit 022d495d0a
1 changed files with 2 additions and 2 deletions

View File

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