Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | die( '<b>Error:</b> This version of Semantic Result Formats requires Semantic MediaWiki 1.7 or above; use Semantic Result Formats 1.6.1 for older versions of SMW.' ); |
36 | 36 | } |
37 | 37 | |
38 | | -define( 'SRF_VERSION', '1.7.1' ); |
| 38 | +define( 'SRF_VERSION', '1.7.1 alpha' ); |
39 | 39 | |
40 | 40 | // Require the settings file. |
41 | 41 | require dirname( __FILE__ ) . '/SRF_Settings.php'; |
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES |
— | — | @@ -2,6 +2,15 @@ |
3 | 3 | http://semantic-mediawiki.org/wiki/Semantic_Result_Formats |
4 | 4 | |
5 | 5 | |
| 6 | +== SRF 1.7.1 == |
| 7 | + |
| 8 | +THIS IS NOT A RELEASE YET |
| 9 | + |
| 10 | +Semantic Result Formats 1.7.1 is currently in beta-quality and is not recommended for use in |
| 11 | +production until the actual release. |
| 12 | + |
| 13 | +* |
| 14 | + |
6 | 15 | == SRF 1.7 == |
7 | 16 | |
8 | 17 | Released on January 1, 2012. |