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