Index: trunk/extensions/Lingo/Lingo.php |
— | — | @@ -9,7 +9,7 @@ |
10 | 10 | * @author Barry Coughlan |
11 | 11 | * @copyright 2010 Barry Coughlan |
12 | 12 | * @author Stephan Gambke |
13 | | - * @version 0.2 |
| 13 | + * @version 0.2.1 |
14 | 14 | * @licence GNU General Public Licence 2.0 or later |
15 | 15 | * @see http://www.mediawiki.org/wiki/Extension:Lingo Documentation |
16 | 16 | */ |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | die( 'This file is part of a MediaWiki extension, it is not a valid entry point.' ); |
19 | 19 | } |
20 | 20 | |
21 | | -define( 'LINGO_VERSION', '0.2' ); |
| 21 | +define( 'LINGO_VERSION', '0.2.1' ); |
22 | 22 | |
23 | 23 | |
24 | 24 | // set defaults for settings |