weekly release 2.7+

This commit is contained in:
Eloy Lafuente (stronk7)
2014-06-12 18:59:06 +02:00
parent 3be351cabc
commit c41ace2f7a
+2 -2
View File
@@ -29,11 +29,11 @@
defined('MOODLE_INTERNAL') || die();
$version = 2014051200.06; // 20140512 = branching date YYYYMMDD - do not modify!
$version = 2014051200.07; // 20140512 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '2.7+ (Build: 20140605)'; // Human-friendly version name
$release = '2.7+ (Build: 20140613)'; // Human-friendly version name
$branch = '27'; // This version's branch.
$maturity = MATURITY_STABLE; // This version's maturity level.