NOBUG: ensure build number doesn't go backwards

(Due to reverts happening in MDL-45390 and MDL-52815)
This commit is contained in:
David Monllao 2016-05-13 18:16:30 +08:00
parent 832ffeb204
commit 6f8adf29fd

View File

@ -33,7 +33,7 @@ $version = 2016051300.00; // YYYYMMDD = weekly release date o
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '3.1beta+ (Build: 20160510)'; // Human-friendly version name
$release = '3.1beta+ (Build: 20160513)'; // Human-friendly version name
$branch = '31'; // This version's branch.
$maturity = MATURITY_BETA; // This version's maturity level.