Merge branch 'MDL-52139' of git://github.com/stronk7/moodle

This commit is contained in:
Dan Poltawski 2015-11-16 09:28:37 +00:00
commit 8d5935d53b

View File

@ -135,7 +135,7 @@ abstract class backup implements checksumable {
/**
* Usually same than major release zero version, mainly for informative/historic purposes.
*/
const RELEASE = '3.0';
const RELEASE = '3.1';
}
/*