Skip to content

Commit e6cb76d

Browse files
committed
weekly back-to-dev release 3.3dev
1 parent e0ace6d commit e6cb76d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929

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

32-
$version = 2016120500.00; // 20161205 = branching date YYYYMMDD - do not modify!
32+
$version = 2016120500.00; // YYYYMMDD = weekly release date of this DEV branch.
3333
// RR = release increments - 00 in DEV branches.
3434
// .XX = incremental changes.
3535

36-
$release = '3.2 (Build: 20161205)'; // Human-friendly version name
36+
$release = '3.3dev (Build: 20161205)'; // Human-friendly version name
3737

38-
$branch = '32'; // This version's branch.
39-
$maturity = MATURITY_STABLE; // This version's maturity level.
38+
$branch = '33'; // This version's branch.
39+
$maturity = MATURITY_ALPHA; // This version's maturity level.

0 commit comments

Comments
 (0)