From 49a9e8b07d34aa38258b427afd1f34df4dc28175 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 3 Jul 2020 18:41:01 +0200 Subject: [PATCH] weekly release 4.0dev --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index b997323d8c7..002a769d103 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2020062600.01; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2020070400.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.0dev (Build: 20200626)'; // Human-friendly version name +$release = '4.0dev (Build: 20200704)'; // Human-friendly version name $branch = '40'; // This version's branch. $maturity = MATURITY_ALPHA; // This version's maturity level. -- 2.43.0