http://www.mediawiki.org/wiki/Special:Code/MediaWiki/71841

Revision: 71841
Author:   jeroendedauw
Date:     2010-08-28 01:20:28 +0000 (Sat, 28 Aug 2010)

Log Message:
-----------
Version number increment

Modified Paths:
--------------
    trunk/extensions/Validator/INSTALL
    trunk/extensions/Validator/Validator.php

Modified: trunk/extensions/Validator/INSTALL
===================================================================
--- trunk/extensions/Validator/INSTALL  2010-08-28 01:20:24 UTC (rev 71840)
+++ trunk/extensions/Validator/INSTALL  2010-08-28 01:20:28 UTC (rev 71841)
@@ -1,4 +1,4 @@
-[[Validator 0.3.6]]
+[[Validator 0.4]]
 
 Once you have downloaded the code, place the 'Validator' directory within
 your MediaWiki 'extensions' directory. Then add the following code to your

Modified: trunk/extensions/Validator/Validator.php
===================================================================
--- trunk/extensions/Validator/Validator.php    2010-08-28 01:20:24 UTC (rev 
71840)
+++ trunk/extensions/Validator/Validator.php    2010-08-28 01:20:28 UTC (rev 
71841)
@@ -24,7 +24,7 @@
        die( 'Not an entry point.' );
 }
 
-define( 'Validator_VERSION', '0.3.6 rc1' );
+define( 'Validator_VERSION', '0.4 alpha-1' );
 
 // Constants indicating the strictness of the parameter validation.
 define( 'Validator_ERRORS_NONE', 0 );



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to