Moodle release 2.8rc2

This commit is contained in:
Eloy Lafuente (stronk7) 2014-11-07 16:59:39 +01:00
parent f2e5a435a6
commit 17cc9fcd84

View file

@ -29,11 +29,11 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$version = 2014110400.00; // YYYYMMDD = weekly release date of this DEV branch. $version = 2014110700.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches. // RR = release increments - 00 in DEV branches.
// .XX = incremental changes. // .XX = incremental changes.
$release = '2.8rc1 (Build: 20141104)'; // Human-friendly version name $release = '2.8rc2 (Build: 20141107)'; // Human-friendly version name
$branch = '28'; // This version's branch. $branch = '28'; // This version's branch.
$maturity = MATURITY_RC; // This version's maturity level. $maturity = MATURITY_RC; // This version's maturity level.