weekly release 2.6.2+

This commit is contained in:
Eloy Lafuente (stronk7) 2014-04-29 15:13:57 +02:00
parent 72ed847d63
commit 3bd12f7156

View file

@ -29,11 +29,11 @@
defined('MOODLE_INTERNAL') || die();
$version = 2013111802.09; // 20131118 = branching date YYYYMMDD - do not modify!
$version = 2013111802.10; // 20131118 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '2.6.2+ (Build: 20140424)'; // Human-friendly version name
$release = '2.6.2+ (Build: 20140429)'; // Human-friendly version name
$branch = '26'; // This version's branch.
$maturity = MATURITY_STABLE; // This version's maturity level.