From 6a1fcb30506343b7b4866b489c90843f5d453187 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Sat, 20 Apr 2024 15:57:37 +0800 Subject: [PATCH] Moodle release 4.2.7 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index e3dc578a879..cab0da49f1f 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2023042406.16; // 20230424 = branching date YYYYMMDD - do not modify! +$version = 2023042407.00; // 20230424 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.2.6+ (Build: 20240419)'; // Human-friendly version name +$release = '4.2.7 (Build: 20240422)'; // Human-friendly version name $branch = '402'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level. -- 2.11.4.GIT