Index: moodle/mod/lamslesson/version.php =================================================================== diff -u --- moodle/mod/lamslesson/version.php (revision 0) +++ moodle/mod/lamslesson/version.php (revision fbf77838b65531a4c950883e49d75f86a401dea0) @@ -0,0 +1,34 @@ +. + + +/** + * Defines the version of lamslesson + * + * This code fragment is called by moodle_needs_upgrading() and + * /admin/index.php + * + * @package mod_lamslesson + * @copyright 2011 LAMS Foundation - Ernie Ghiglione (ernieg@lamsfoundation.org) + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL v2 + */ + +defined('MOODLE_INTERNAL') || die(); + +$module->version = 2011010600; // If version == 0 then module will not be installed +$module->requires = 2010112400; // Requires this Moodle version +$module->cron = 0; // Period for cron to check this module (secs)