Index: trunk/extensions/Validator/RELEASE-NOTES |
— | — | @@ -4,6 +4,6 @@ |
5 | 5 | This change log contains a list of completed to-do's (new features, bug fixes, refactoring) for every version of Validator. |
6 | 6 | |
7 | 7 | === Validator 0.1 === |
8 | | -(2009-12-xx) |
| 8 | +(2009-12-17) |
9 | 9 | |
10 | 10 | * Initial release, featuring parameter validation, defaulting and error generation. |
Index: trunk/extensions/Validator/Validator.php |
— | — | @@ -24,7 +24,7 @@ |
25 | 25 | die( 'Not an entry point.' ); |
26 | 26 | } |
27 | 27 | |
28 | | -define( 'Validator_VERSION', '0.1 rc1' ); |
| 28 | +define( 'Validator_VERSION', '0.1' ); |
29 | 29 | |
30 | 30 | // Constants indicating the strictness of the parameter validation. |
31 | 31 | define( 'Validator_ERRORS_NONE', 0 ); |