weekly release 3.5.17+

This commit is contained in:
Víctor Déniz
2021-03-24 14:20:48 +00:00
parent 290e0f7de5
commit 79d4f46efd
+2 -2
View File
@@ -29,11 +29,11 @@
defined('MOODLE_INTERNAL') || die();
$version = 2018051717.01; // 20180517 = branching date YYYYMMDD - do not modify!
$version = 2018051717.02; // 20180517 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '3.5.17+ (Build: 20210312)'; // Human-friendly version name
$release = '3.5.17+ (Build: 20210324)'; // Human-friendly version name
$branch = '35'; // This version's branch.
$maturity = MATURITY_STABLE; // This version's maturity level.