* @license https://www.gnu.org/licenses/gpl-3.0.html GNU GPL version 3 or later * @copyright For copyright information on Mahara, please see the README file distributed with this software. * */ defined('INTERNAL') || die(); $config = new stdClass(); // See https://wiki.mahara.org/wiki/Developer_Area/Version_Numbering_Policy // For upgrades on dev branches, increment the version by one. On main, use the date. $config->version = 2022090903; $config->series = '22.10'; $config->release = '22.10rc2testing'; $config->minupgradefrom = 2020013006; $config->minupgraderelease = '20.04.0 (release tag 20.04.0_RELEASE)';