weekly release 2.8dev
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 10 Jul 2014 17:15:18 +0000 (19:15 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 10 Jul 2014 17:15:18 +0000 (19:15 +0200)
version.php

index 4db2d29..a570f6f 100644 (file)
 
 defined('MOODLE_INTERNAL') || die();
 
-$version  = 2014070300.00;              // YYYYMMDD      = weekly release date of this DEV branch.
+$version  = 2014071100.00;              // YYYYMMDD      = weekly release date of this DEV branch.
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.
 
-$release  = '2.8dev (Build: 20140703)'; // Human-friendly version name
+$release  = '2.8dev (Build: 20140711)'; // Human-friendly version name
 
 $branch   = '28';                       // This version's branch.
 $maturity = MATURITY_ALPHA;             // This version's maturity level.