MDL-52383 Calendar: fix versions

This commit is contained in:
Eloy Lafuente (stronk7) 2016-01-20 01:25:16 +01:00
parent a721339193
commit d3220ca34f
2 changed files with 4 additions and 4 deletions

View file

@ -29,11 +29,11 @@
defined('MOODLE_INTERNAL') || die();
$version = 2016011500.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2016011901.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '3.1dev (Build: 20160115)'; // Human-friendly version name
$release = '3.1dev (Build: 20160114)'; // Human-friendly version name
$branch = '31'; // This version's branch.
$maturity = MATURITY_ALPHA; // This version's maturity level.