From 62142a081a22bfa53e80a180de6f176bf83c766d Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Tue, 11 May 2021 12:43:50 +0200 Subject: [PATCH] Moodle release 3.11rc1 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 97d5b14b2cf..950c1478f55 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2021050700.00; // 20201109 = branching date YYYYMMDD - do not modify! +$version = 2021051100.00; // 20201109 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.11beta (Build: 20210507)';// Human-friendly version name +$release = '3.11rc1 (Build: 20210511)';// Human-friendly version name $branch = '311'; // This version's branch. -$maturity = MATURITY_BETA; // This version's maturity level. +$maturity = MATURITY_RC; // This version's maturity level. -- 2.11.4.GIT