weekly release 2.3dev
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Fri, 4 May 2012 11:10:40 +0000 (13:10 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Fri, 4 May 2012 11:10:40 +0000 (13:10 +0200)
version.php

index 04f6b8c..1364c3f 100644 (file)
 defined('MOODLE_INTERNAL') || die();
 
 
-$version  = 2012050300.05;              // YYYYMMDD      = weekly release date of this DEV branch
+$version  = 2012050400.00;              // YYYYMMDD      = weekly release date of this DEV branch
                                         //         RR    = release increments - 00 in DEV branches
                                         //           .XX = incremental changes
 
-$release  = '2.3dev (Build: 20120427)'; // Human-friendly version name
+$release  = '2.3dev (Build: 20120504)'; // Human-friendly version name
 
 $maturity = MATURITY_ALPHA;             // this version's maturity level