weekly release 3.1dev
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Fri, 22 Apr 2016 08:56:57 +0000 (10:56 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Fri, 22 Apr 2016 08:56:57 +0000 (10:56 +0200)
version.php

index 5d946bb..f85b501 100644 (file)
 
 defined('MOODLE_INTERNAL') || die();
 
-$version  = 2016042100.00;              // YYYYMMDD      = weekly release date of this DEV branch.
+$version  = 2016042200.00;              // YYYYMMDD      = weekly release date of this DEV branch.
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.
 
-$release  = '3.1dev (Build: 20160415)'; // Human-friendly version name
+$release  = '3.1dev (Build: 20160422)'; // Human-friendly version name
 
 $branch   = '31';                       // This version's branch.
 $maturity = MATURITY_ALPHA;             // This version's maturity level.