weekly release 2.8dev
authorDamyon Wiese <damyon@moodle.com>
Thu, 19 Jun 2014 06:12:07 +0000 (14:12 +0800)
committerDamyon Wiese <damyon@moodle.com>
Thu, 19 Jun 2014 06:12:07 +0000 (14:12 +0800)
version.php

index 1f41660..45594f9 100644 (file)
 
 defined('MOODLE_INTERNAL') || die();
 
-$version  = 2014061800.00;              // YYYYMMDD      = weekly release date of this DEV branch.
+$version  = 2014061900.00;              // YYYYMMDD      = weekly release date of this DEV branch.
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.
 
-$release  = '2.8dev (Build: 20140613)'; // Human-friendly version name
+$release  = '2.8dev (Build: 20140619)'; // Human-friendly version name
 
 $branch   = '28';                       // This version's branch.
 $maturity = MATURITY_ALPHA;             // This version's maturity level.