X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=blobdiff_plain;f=version.php;h=bb1ea9aa73153b7fdfad502c902badf28eb2b1b6;hp=cb73e6dd808fc8d32f137474f4f9db13b353ab04;hb=c4cf1c60f505f74c326fb4e96c9e8235b4d75dff;hpb=3a4eba7aa0bcd1b113266a2d56570370e0fe465f diff --git a/version.php b/version.php index cb73e6dd808..bb1ea9aa731 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2016120500.02; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2016122200.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.3dev (Build: 20161215)'; // Human-friendly version name +$release = '3.3dev (Build: 20161222)'; // Human-friendly version name $branch = '33'; // This version's branch. $maturity = MATURITY_ALPHA; // This version's maturity level.