X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=version.php;h=fa4b3f0e69dfd290c34b31b22e457244c9f61a29;hp=3f6194378b6bc20763878ec116e736b9d9465c57;hb=05b27f211840b2ce54c140d53f0f3f53e318aae7;hpb=43b995c490f1be4699c78e1e9e23793955d53151 diff --git a/version.php b/version.php index 3f6194378b6..fa4b3f0e69d 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2020011700.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2020020700.02; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.9dev (Build: 20200117)'; // Human-friendly version name +$release = '3.9dev (Build: 20200207)'; // Human-friendly version name $branch = '39'; // This version's branch. $maturity = MATURITY_ALPHA; // This version's maturity level.