X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=version.php;h=27bbe001449e5a4e9b49da16a3a9d6cfddf630e6;hp=dda83e1c9ed6a106efede962a200c25aca011be5;hb=refs%2Fheads%2FMOODLE_310_STABLE;hpb=62b9a44045560a83140d713ea99720cd74bead72 diff --git a/version.php b/version.php index dda83e1c9ed..c2278b2108e 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2020110900.06; // 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: 20201217)';// 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.