Skip to content

Commit 888f55e

Browse files
committed
weekly release 3.6.3+
1 parent f22174b commit 888f55e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

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

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

32-
$version = 2018120303.16; // 20181203 = branching date YYYYMMDD - do not modify!
32+
$version = 2018120303.17; // 20181203 = branching date YYYYMMDD - do not modify!
3333
// RR = release increments - 00 in DEV branches.
3434
// .XX = incremental changes.
3535

36-
$release = '3.6.3+ (Build: 20190503)'; // Human-friendly version name
36+
$release = '3.6.3+ (Build: 20190508)'; // Human-friendly version name
3737

3838
$branch = '36'; // This version's branch.
3939
$maturity = MATURITY_STABLE; // This version's maturity level.

0 commit comments

Comments
 (0)