r108723 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108722‎ | r108723 | r108724 >
Date:13:57, 12 January 2012
Author:jeroendedauw
Status:deferred
Tags:
Comment:
fix version nr
Modified paths:
  • /trunk/extensions/SemanticResultFormats/RELEASE-NOTES (modified) (history)
  • /trunk/extensions/SemanticResultFormats/SemanticResultFormats.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/SemanticResultFormats.php
@@ -34,7 +34,7 @@
3535 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.' );
3636 }
3737
38 -define( 'SRF_VERSION', '1.7.1' );
 38+define( 'SRF_VERSION', '1.7.1 alpha' );
3939
4040 // Require the settings file.
4141 require dirname( __FILE__ ) . '/SRF_Settings.php';
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES
@@ -2,6 +2,15 @@
33 http://semantic-mediawiki.org/wiki/Semantic_Result_Formats
44
55
 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+
615 == SRF 1.7 ==
716
817 Released on January 1, 2012.