Index: trunk/extensions/SemanticWatchlist/SemanticWatchlist.php |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | die( '<b>Error:</b> Semantic Watchlist requires Semantic MediaWiki 1.6 or above.' ); |
39 | 39 | } |
40 | 40 | |
41 | | -define( 'SemanticWatchlist_VERSION', '0.1 alpha' ); |
| 41 | +define( 'SemanticWatchlist_VERSION', '0.1 RC1' ); |
42 | 42 | |
43 | 43 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'other'][] = array( |
44 | 44 | 'path' => __FILE__, |