Index: trunk/extensions/SemanticForms/SemanticForms.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | |
38 | 38 | if ( !defined( 'MEDIAWIKI' ) ) die(); |
39 | 39 | |
40 | | -define( 'SF_VERSION', '2.2-alpha' ); |
| 40 | +define( 'SF_VERSION', '2.2' ); |
41 | 41 | |
42 | 42 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'specialpage'][] = array( |
43 | 43 | 'path' => __FILE__, |
Index: trunk/extensions/SemanticForms/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Semantic Forms 2.2-alpha]] |
| 2 | +[[Semantic Forms 2.2]] |
3 | 3 | |
4 | 4 | Contents: |
5 | 5 | * Disclaimer |