. /** * MOODLE VERSION INFORMATION * * This file defines the current version of the core Moodle code being used. * This is compared against the values stored in the database to determine * whether upgrades should be performed (see lib/db/*.php) * * @package core * @copyright 1999 onwards Martin Dougiamas (http://dougiamas.com) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $version = 2019112900.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. $release = '3.9dev (Build: 20191129)'; // Human-friendly version name $branch = '39'; // This version's branch. $maturity = MATURITY_ALPHA; // This version's maturity level.