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