weekly release 2.3dev
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 23 Feb 2012 10:38:14 +0000 (11:38 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 23 Feb 2012 10:38:14 +0000 (11:38 +0100)
version.php

index c863fe0..0f2d2c3 100644 (file)
 defined('MOODLE_INTERNAL') || die();
 
 
-$version  = 2012021700.02;              // YYYYMMDD      = weekly release date of this DEV branch
+$version  = 2012022300.00;              // YYYYMMDD      = weekly release date of this DEV branch
                                         //         RR    = release increments - 00 in DEV branches
                                         //           .XX = incremental changes
 
-$release  = '2.3dev (Build: 20120217)'; // Human-friendly version name
+$release  = '2.3dev (Build: 20120223)'; // Human-friendly version name
 
 $maturity = MATURITY_ALPHA;             // this version's maturity level