MDL-70229 install: Changes to continue working with parallel branches

- Main version (version, release, branch and maturity), guaranteeing
  we are diverging from previous stable branch and won't overlap any more.
- Backup release, to match new branch.
- CI configuration files (.travis.yml in this case), to match new branch.

For changes needed to START working with parallel branches, see MDL-69475
This commit is contained in:
Eloy Lafuente (stronk7) 2020-11-14 16:56:37 +01:00
parent f86b5e3545
commit adb8fe4c42
3 changed files with 6 additions and 6 deletions

View file

@ -160,7 +160,7 @@ abstract class backup implements checksumable {
/**
* Usually same than major release zero version, mainly for informative/historic purposes.
*/
const RELEASE = '3.10';
const RELEASE = '3.11';
/**
* Cipher to be used in backup and restore operations.