1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-24 18:04:43 +02:00

weekly release 3.0dev

This commit is contained in:
Dan Poltawski 2015-08-28 07:38:07 +01:00
parent 4ae71e93a8
commit e28004e614

@ -29,11 +29,11 @@
defined('MOODLE_INTERNAL') || die();
$version = 2015082400.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2015082800.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '3.0dev (Build: 20150820)'; // Human-friendly version name
$release = '3.0dev (Build: 20150828)'; // Human-friendly version name
$branch = '30'; // This version's branch.
$maturity = MATURITY_ALPHA; // This version's maturity level.