Skip to content

Commit

Permalink
Update SemanticResultFormats.php
Browse files Browse the repository at this point in the history
Increment version information
  • Loading branch information
kghbln committed Jul 30, 2015
1 parent bfac02d commit 885e76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SemanticResultFormats.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
return 1;
}

define( 'SRF_VERSION', '2.1.2' );
define( 'SRF_VERSION', '2.2' );

if ( version_compare( $GLOBALS['wgVersion'], '1.19c', '<' ) ) {
throw new Exception( 'This version of Semantic Result Formats requires MediaWiki 1.17 or above; use SRF 1.7.x or SRF 1.6.x for older versions.' );
Expand Down

0 comments on commit 885e76e

Please sign in to comment.