Index: trunk/extensions/Babel/Babel.php |
— | — | @@ -21,7 +21,7 @@ |
22 | 22 | // Register extension credits. |
23 | 23 | $wgExtensionCredits[ 'parserhook' ][] = array( |
24 | 24 | 'name' => 'Babel', |
25 | | - 'version' => '0.9', |
| 25 | + 'version' => '1.0', |
26 | 26 | 'author' => 'MinuteElectron', |
27 | 27 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Babel', |
28 | 28 | 'description' => 'Adds a parser function to allow automated generation of a babel userbox column with the ability to include custom templates.', |