-
Task
-
Resolution: Fixed
-
Minor
-
5.0
-
MOODLE_500_STABLE
-
MOODLE_500_STABLE
-
MDL-83373-main -
We used to update the internal backup version and release it during majors. While not used during the process, that information is included in each backup, and it has helped in the past to detect inconsistencies caused by the partially updated codebase and other problems.
Since Moodle 2.4, we have been checking version and release with the CI versions checker, so this is a task that we should always perform immediately after a major release (hence, it has been included in the Release process).
Summary:
1) Both in the new stable branch and in the master (file backup/backup.class.php):
- VERSION must match the main $version (10 digits).
- RELEASE must match the main $release (X.Y format).
(provide all the needed changes to achieve this)
As a side note, this is one of the allowed differences between the just-created branch and the master branch during the on-sync period.