-
Task
-
Resolution: Fixed
-
Minor
-
3.4
-
MOODLE_34_STABLE
-
MOODLE_34_STABLE
-
We use to update the internal backup version and release on majors. While it's not used along the process, that information is included on each backup and has helped in the past to detect inconsistencies caused by codebase partially updated and other problems.
Since Moodle 2.4 we are checking version & release with the CI versions checker so this is a task that we should perform always immediately after a major release (hence has been included in https://docs.moodle.org/dev/Release_process#Packaging).
Summary:
1) Both in the new stable branch and in master (file backup/backup.class.php):
- Update VERSION to match $version (8 digits).
- Update RELEASE to match $release (X.Y format).