From 8dbc6ebbe3ab02f19268cb5fabdfacc0976133d1 Mon Sep 17 00:00:00 2001 From: Victor Deniz Falcon Date: Fri, 12 Jun 2020 12:32:06 +0100 Subject: [PATCH] Moodle release 3.9rc3 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 2f1d5f00c40..6e0e278d487 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2020061200.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2020061200.01; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.9rc2 (Build: 20200612)'; // Human-friendly version name +$release = '3.9rc3 (Build: 20200612)'; // Human-friendly version name $branch = '39'; // This version's branch. $maturity = MATURITY_RC; // This version's maturity level. -- 2.11.4.GIT