Index: trunk/extensions/SemanticForms/SemanticForms.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | */ |
10 | 10 | if ( !defined( 'MEDIAWIKI' ) ) die(); |
11 | 11 | |
12 | | -define( 'SF_VERSION', '2.1.1-alpha' ); |
| 12 | +define( 'SF_VERSION', '2.1.1' ); |
13 | 13 | |
14 | 14 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'specialpage'][] = array( |
15 | 15 | 'path' => __FILE__, |
Index: trunk/extensions/SemanticForms/INSTALL |
— | — | @@ -1,4 +1,4 @@ |
2 | | -[[Semantic Forms 2.1.1 alpha]] |
| 2 | +[[Semantic Forms 2.1.1]] |
3 | 3 | |
4 | 4 | Contents: |
5 | 5 | * Disclaimer |