Index: trunk/extensions/Survey/Survey.php |
— | — | @@ -28,7 +28,7 @@ |
29 | 29 | die( '<b>Error:</b> Survey requires MediaWiki 1.17 or above.' ); |
30 | 30 | } |
31 | 31 | |
32 | | -define( 'Survey_VERSION', '0.1 alpha' ); |
| 32 | +define( 'Survey_VERSION', '0.1' ); |
33 | 33 | |
34 | 34 | $wgExtensionCredits['other'][] = array( |
35 | 35 | 'path' => __FILE__, |