From f801189795d30814953f2543f225785b3ee0606e Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sat, 16 Apr 2022 16:31:59 +0200 Subject: [PATCH] Moodle release 4.0rc4 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index d23a7256712..ae03aa84b04 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2022041500.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2022041600.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.0rc3 (Build: 20220415)'; // Human-friendly version name +$release = '4.0rc4 (Build: 20220416)'; // Human-friendly version name $branch = '400'; // This version's branch. $maturity = MATURITY_RC; // This version's maturity level. -- 2.11.4.GIT