Index: moodle/mod/lamslesson/version.php =================================================================== RCS file: /usr/local/cvsroot/moodle/mod/lamslesson/version.php,v diff -u --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ moodle/mod/lamslesson/version.php 17 Jan 2011 11:54:31 -0000 1.1 @@ -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)