weekly release 3.6.5+

This commit is contained in:
Eloy Lafuente (stronk7)
2019-08-01 17:07:02 +02:00
parent 946e06bbdc
commit 0e4e2ce352
+2 -2
View File
@@ -29,11 +29,11 @@
defined('MOODLE_INTERNAL') || die();
$version = 2018120305.04; // 20181203 = branching date YYYYMMDD - do not modify!
$version = 2018120305.05; // 20181203 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '3.6.5+ (Build: 20190725)'; // Human-friendly version name
$release = '3.6.5+ (Build: 20190801)'; // Human-friendly version name
$branch = '36'; // This version's branch.
$maturity = MATURITY_STABLE; // This version's maturity level.