From: Eloy Lafuente (stronk7) Date: Thu, 21 May 2015 10:38:13 +0000 (+0200) Subject: weekly on-sync release 3.0dev X-Git-Tag: v3.0.0-beta~768 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=803f565753bd9fe41acc802774adac75c2219880;ds=sidebyside weekly on-sync release 3.0dev --- diff --git a/version.php b/version.php index 39d3dbafef4..96b48ae25b6 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2015051100.01; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2015051100.02; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.0dev (Build: 20150514)'; // Human-friendly version name +$release = '3.0dev (Build: 20150521)'; // Human-friendly version name $branch = '30'; // This version's branch. $maturity = MATURITY_ALPHA; // This version's maturity level.