From 8febbe39733645a1aeb55f22d2adfb8d66dfc50d Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sat, 10 Sep 2022 12:15:57 +0200 Subject: [PATCH] Moodle release 4.0.4 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 31c063e6ad6..489c255290d 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2022041903.03; // 20220419 = branching date YYYYMMDD - do not modify! +$version = 2022041904.00; // 20220419 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.0.3+ (Build: 20220909)'; // Human-friendly version name +$release = '4.0.4 (Build: 20220912)'; // Human-friendly version name $branch = '400'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level.