weekly release 3.5.17+

This commit is contained in:
Sara Arjona
2021-03-11 17:18:54 +01:00
parent ee02ba0623
commit efd261ab7d
+2 -2
View File
@@ -29,11 +29,11 @@
defined('MOODLE_INTERNAL') || die();
$version = 2018051717.00; // 20180517 = branching date YYYYMMDD - do not modify!
$version = 2018051717.01; // 20180517 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '3.5.17 (Build: 20210308)'; // Human-friendly version name
$release = '3.5.17+ (Build: 20210312)'; // Human-friendly version name
$branch = '35'; // This version's branch.
$maturity = MATURITY_STABLE; // This version's maturity level.