From ae8e7f90ad752bdfecb1aaab4350aa118e3c4624 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 20 Nov 2020 23:16:46 +0100 Subject: [PATCH] weekly release 3.11dev --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 1dce40ebd59..b1b3f701148 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2020111500.01; // 20201109 = branching date YYYYMMDD - do not modify! +$version = 2020112100.00; // 20201109 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.11dev (Build: 20201115)';// Human-friendly version name +$release = '3.11dev (Build: 20201121)';// Human-friendly version name $branch = '311'; // This version's branch. $maturity = MATURITY_ALPHA; // This version's maturity level.