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

Revision: 70113
Author:   jeroendedauw
Date:     2010-07-28 21:22:30 +0000 (Wed, 28 Jul 2010)

Log Message:
-----------
Incremented version number to 0.3.6

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

Modified: trunk/extensions/Validator/INSTALL
===================================================================
--- trunk/extensions/Validator/INSTALL  2010-07-28 21:22:23 UTC (rev 70112)
+++ trunk/extensions/Validator/INSTALL  2010-07-28 21:22:30 UTC (rev 70113)
@@ -1,4 +1,4 @@
-[[Validator 0.3.5]]
+[[Validator 0.3.6]]
 
 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-07-28 21:22:23 UTC (rev 
70112)
+++ trunk/extensions/Validator/Validator.php    2010-07-28 21:22:30 UTC (rev 
70113)
@@ -24,7 +24,7 @@
        die( 'Not an entry point.' );
 }
 
-define( 'Validator_VERSION', '0.3.5' );
+define( 'Validator_VERSION', '0.3.6 alpha' );
 
 // 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