mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 16:13:28 +02:00
MDL-52383 Calendar: fix versions
This commit is contained in:
parent
a721339193
commit
d3220ca34f
2 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue