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