Index: trunk/extensions/Validator/RELEASE-NOTES |
— | — | @@ -5,7 +5,7 @@ |
6 | 6 | |
7 | 7 | |
8 | 8 | === Validator 0.4.8 === |
9 | | -(2011-xx-xx) |
| 9 | +(2011-07-19) |
10 | 10 | |
11 | 11 | * Added unit tests for the criteria. |
12 | 12 | |
Index: trunk/extensions/Validator/Validator.php |
— | — | @@ -25,7 +25,7 @@ |
26 | 26 | die( 'Not an entry point.' ); |
27 | 27 | } |
28 | 28 | |
29 | | -define( 'Validator_VERSION', '0.4.8 alpha' ); |
| 29 | +define( 'Validator_VERSION', '0.4.8' ); |
30 | 30 | |
31 | 31 | // Register the internationalization file. |
32 | 32 | $wgExtensionMessagesFiles['Validator'] = dirname( __FILE__ ) . '/Validator.i18n.php'; |