Skip to content

Commit f4d5e50

Browse files
committed
Moodle release 3.5.13
1 parent 63492d7 commit f4d5e50

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

36-
$release = '3.5.12+ (Build: 20200711)'; // Human-friendly version name
36+
$release = '3.5.13 (Build: 20200713)'; // 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)