weekly back-to-dev release 3.8dev

This commit is contained in:
Eloy Lafuente (stronk7) 2019-05-19 11:24:14 +02:00
parent 374c1763ba
commit a866c5c238

View file

@ -29,11 +29,11 @@
defined('MOODLE_INTERNAL') || die();
$version = 2019052000.00; // 20190520 = branching date YYYYMMDD - do not modify!
$version = 2019052000.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '3.7 (Build: 20190520)'; // Human-friendly version name
$release = '3.8dev (Build: 20190520)'; // Human-friendly version name
$branch = '37'; // This version's branch.
$maturity = MATURITY_STABLE; // This version's maturity level.
$branch = '38'; // This version's branch.
$maturity = MATURITY_ALPHA; // This version's maturity level.