From: Eloy Lafuente (stronk7) Date: Thu, 31 Jan 2013 09:59:41 +0000 (+0100) Subject: weekly release 2.5dev X-Git-Tag: v2.5.0-beta~637 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=1918a2452e360f21c71436ce0427c8ec4d057e90 weekly release 2.5dev --- diff --git a/version.php b/version.php index 3fed4907812..dd75b87472e 100644 --- a/version.php +++ b/version.php @@ -30,11 +30,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2013012500.00; // YYYYMMDD = weekly release date of this DEV branch +$version = 2013013100.00; // YYYYMMDD = weekly release date of this DEV branch // RR = release increments - 00 in DEV branches // .XX = incremental changes -$release = '2.5dev (Build: 20130125)'; // Human-friendly version name +$release = '2.5dev (Build: 20130131)'; // Human-friendly version name $branch = '25'; // this version's branch $maturity = MATURITY_ALPHA; // this version's maturity level