Moodle release 2.2beta v2.2.0-beta
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 15 Nov 2011 10:04:15 +0000 (11:04 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 15 Nov 2011 10:04:15 +0000 (11:04 +0100)
version.php

index 5fec316..eb0a329 100644 (file)
 defined('MOODLE_INTERNAL') || die();
 
 
 defined('MOODLE_INTERNAL') || die();
 
 
-$version  = 2011110200.02;              // YYYYMMDD      = weekly release date of this DEV branch
+$version  = 2011111500.00;              // YYYYMMDD      = weekly release date of this DEV branch
                                         //         RR    = release increments - 00 in DEV branches
                                         //           .XX = incremental changes
 
                                         //         RR    = release increments - 00 in DEV branches
                                         //           .XX = incremental changes
 
-$release  = '2.2dev (Build: 20111102)'; // Human-friendly version name
+$release  = '2.2beta (Build: 20111115)';// Human-friendly version name
 
 
-$maturity = MATURITY_ALPHA;             // this version's maturity level
+$maturity = MATURITY_BETA;              // this version's maturity level