Index: trunk/extensions/SimpleSecurity/SimpleSecurity.php |
— | — | @@ -20,9 +20,9 @@ |
21 | 21 | */ |
22 | 22 | |
23 | 23 | if ( !defined( 'MEDIAWIKI' ) ) die( 'Not an entry point.' ); |
24 | | -if ( version_compare( $wgVersion, '1.12.1' ) < 0 ) die( 'Sorry, this extension requires at least MediaWiki version 1.12.0' ); |
| 24 | +if ( version_compare( $wgVersion, '1.12.0' ) < 0 ) die( 'Sorry, this extension requires at least MediaWiki version 1.12.0' ); |
25 | 25 | |
26 | | -define( 'SIMPLESECURITY_VERSION', '4.4.1, 2010-06-12' ); |
| 26 | +define( 'SIMPLESECURITY_VERSION', '4.4.2, 2010-06-20' ); |
27 | 27 | |
28 | 28 | # Load the SimpleSecurity class and messages |
29 | 29 | $dir = dirname( __FILE__ ) . '/'; |