From 972146bb1ea4b644d6e26c856cdb88165ddf3dcc Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 23 Apr 2019 17:36:27 +0200 Subject: [PATCH] weekly release 3.6.3+ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 53ae0e829d6..a8d37c55af5 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2018120303.11; // 20181203 = branching date YYYYMMDD - do not modify! +$version = 2018120303.12; // 20181203 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.6.3+ (Build: 20190418)'; // Human-friendly version name +$release = '3.6.3+ (Build: 20190423)'; // Human-friendly version name $branch = '36'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level.