weekly release 2.6.3+

This commit is contained in:
Damyon Wiese 2014-05-15 15:34:13 +08:00
parent 967fe8ef0d
commit ba05f573ca

View file

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