-
Task
-
Resolution: Fixed
-
Minor
-
4.4
-
MOODLE_404_STABLE
-
MOODLE_404_STABLE
-
MDL-79625-master -
-
1
-
Team Hedgehog 2023 Sprint 3.3
We used to update the internal backup version and release during 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 always perform immediately after a major release (hence 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)
Side note: this is one of the allowed differences between the just-created branch and the master branch over the on-sync period.