weekly release 2.6.3+

This commit is contained in:
Damyon Wiese
2014-06-19 14:13:11 +08:00
parent 13f327b533
commit 9663e6f8a5
+2 -2
View File
@@ -29,11 +29,11 @@
defined('MOODLE_INTERNAL') || die();
$version = 2013111803.06; // 20131118 = branching date YYYYMMDD - do not modify!
$version = 2013111803.07; // 20131118 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '2.6.3+ (Build: 20140613)'; // Human-friendly version name
$release = '2.6.3+ (Build: 20140619)'; // Human-friendly version name
$branch = '26'; // This version's branch.
$maturity = MATURITY_STABLE; // This version's maturity level.