. /** * Label module version info * * @package mod * @subpackage label * @copyright 2003 onwards Martin Dougiamas {@link http://moodle.com} * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die; $module->version = 2010080300; // The current module version (Date: YYYYMMDDXX) $module->requires = 2010080300; // Requires this Moodle version $module->cron = 0; // Period for cron to check this module (secs)