weekly release 3.4dev
authorDavid Monllao <david.monllao@gmail.com>
Thu, 10 Aug 2017 07:11:29 +0000 (09:11 +0200)
committerDavid Monllao <david.monllao@gmail.com>
Thu, 10 Aug 2017 07:11:29 +0000 (09:11 +0200)
version.php

index b44ec9d..945c926 100644 (file)
 
 defined('MOODLE_INTERNAL') || die();
 
-$version  = 2017080700.01;              // YYYYMMDD      = weekly release date of this DEV branch.
+$version  = 2017081000.00;              // YYYYMMDD      = weekly release date of this DEV branch.
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.
 
-$release  = '3.4dev (Build: 20170804)'; // Human-friendly version name
+$release  = '3.4dev (Build: 20170810)'; // Human-friendly version name
 
 $branch   = '34';                       // This version's branch.
 $maturity = MATURITY_ALPHA;             // This version's maturity level.