. /** * Code fragment to define the version of the certificate module * * @package mod * @subpackage certificate * @copyright Mark Nelson * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or late */ $module->version = 2013102300; // The current module version (Date: YYYYMMDDXX) $module->requires = 2012120300; // Requires this Moodle version $module->cron = 12 * 60 * 60; // Period for cron to check this module (secs) 12 hours $module->component = 'mod_certificate'; $module->maturity = MATURITY_STABLE; $module->release = "Stable"; // User-friendly version number