mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
NOBUG: ensure build number doesn't go backwards
(Due to reverts happening in MDL-45390 and MDL-52815)
This commit is contained in:
parent
832ffeb204
commit
6f8adf29fd
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user