Skip to content

Commit a2b286c

Browse files
committed
weekly back-to-dev release 4.0dev
1 parent 7be8da0 commit a2b286c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
defined('MOODLE_INTERNAL') || die();
3131

32-
$version = 2020061500.00; // 20200615 = branching date YYYYMMDD - do not modify!
32+
$version = 2020061500.00; // YYYYMMDD = weekly release date of this DEV branch.
3333
// RR = release increments - 00 in DEV branches.
3434
// .XX = incremental changes.
35-
$release = '3.9 (Build: 20200615)'; // Human-friendly version name
36-
$branch = '39'; // This version's branch.
37-
$maturity = MATURITY_STABLE; // This version's maturity level.
35+
$release = '4.0dev (Build: 20200615)'; // Human-friendly version name
36+
$branch = '40'; // This version's branch.
37+
$maturity = MATURITY_ALPHA; // This version's maturity level.

0 commit comments

Comments
 (0)