Index: trunk/extensions/SemanticForms/includes/SF_GlobalFunctions.php |
— | — | @@ -7,13 +7,13 @@ |
8 | 8 | |
9 | 9 | if ( !defined( 'MEDIAWIKI' ) ) die(); |
10 | 10 | |
11 | | -define( 'SF_VERSION', '2.0.9' ); |
| 11 | +define( 'SF_VERSION', '2.1alpha' ); |
12 | 12 | |
13 | 13 | $wgExtensionCredits[defined( 'SEMANTIC_EXTENSION_TYPE' ) ? 'semantic' : 'specialpage'][] = array( |
14 | 14 | 'path' => __FILE__, |
15 | 15 | 'name' => 'Semantic Forms', |
16 | 16 | 'version' => SF_VERSION, |
17 | | - 'author' => array( 'Yaron Koren', '...' ), |
| 17 | + 'author' => array( 'Yaron Koren', 'Stephan Gambke', '...' ), |
18 | 18 | 'url' => 'http://www.mediawiki.org/wiki/Extension:Semantic_Forms', |
19 | 19 | 'descriptionmsg' => 'semanticforms-desc', |
20 | 20 | ); |