Skip to content

Commit 2fbae51

Browse files
committed
weekly release 3.5.3+
1 parent f087b00 commit 2fbae51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 = 2018051703.09; // 20180517 = branching date YYYYMMDD - do not modify!
32+
$version = 2018051703.10; // 20180517 = branching date YYYYMMDD - do not modify!
3333
// RR = release increments - 00 in DEV branches.
3434
// .XX = incremental changes.
3535

36-
$release = '3.5.3+ (Build: 20181204)'; // Human-friendly version name
36+
$release = '3.5.3+ (Build: 20181210)'; // Human-friendly version name
3737

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

0 commit comments

Comments
 (0)