From 998c632b5da9366681ff55fd53ab23b63ccc01b7 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 22 Apr 2022 18:04:09 +0200 Subject: [PATCH] weekly on-sync release 4.1dev --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index cf4cd92eb48..c3e6d9136cd 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2022041900.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2022041900.01; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.1dev (Build: 20220418)'; // Human-friendly version name +$release = '4.1dev (Build: 20220423)'; // Human-friendly version name $branch = '401'; // This version's branch. $maturity = MATURITY_ALPHA; // This version's maturity level.