X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=version.php;h=27bbe001449e5a4e9b49da16a3a9d6cfddf630e6;hp=68359d51ba84489895b47146e1b9be8803750e9f;hb=refs%2Fheads%2FMOODLE_310_STABLE;hpb=e803a24401fb20ebb403e3341edbb815b6af61ae diff --git a/version.php b/version.php index 68359d51ba8..b8e3cd7aa6f 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2020110900.00; // 20201109 = branching date YYYYMMDD - do not modify! +$version = 2020110903.01; // 20201109 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.10 (Build: 20201109)';// Human-friendly version name +$release = '3.10.3+ (Build: 20210330)';// Human-friendly version name $branch = '310'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level.