From 23b86254d3182bb7cef45aa755a7a06a5d03faaa Mon Sep 17 00:00:00 2001 From: Ilya Tregubov Date: Fri, 13 Oct 2023 13:40:31 +0800 Subject: [PATCH] weekly on-sync release 4.4dev --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 15116d59c1e..499f51ec13e 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2023100900.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2023100900.01; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.4dev (Build: 20231009)'; // Human-friendly version name +$release = '4.4dev (Build: 20231013)'; // Human-friendly version name $branch = '404'; // This version's branch. $maturity = MATURITY_ALPHA; // This version's maturity level.