. /** * Defines the version of workshop * * This code fragment is called by moodle_needs_upgrading() and * /admin/index.php * * @package mod * @subpackage workshop * @copyright 2009 David Mudrak * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $module->version = 2011030400; $module->requires = 2011020900; // Requires this Moodle version //$module->cron = 60;