diff --git a/version.php b/version.php index f5e4c38..4fc9460 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.'); $module->version = 2013072600; // The current module version (Date: YYYYMMDDXX). -$module->requires = 2012120300; // Requires this Moodle version. +$module->requires = 2013101800; // Requires this Moodle version (2.6 beta). $module->cron = 0; // Period for cron to check this module (secs). $module->component = 'mod_customcert';