Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / mod / lesson / version.php
blob31faa6409daab89a109047292a4c204e9f9aa66c
1 <?php // $Id$
2 /**
3 * Code fragment to define the version of lesson
4 * This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 * @version $Id$
7 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
8 * @package lesson
9 **/
11 $module->version = 2007101509; // The current module version (Date: YYYYMMDDXX)
12 $module->requires = 2007101509; // Requires this Moodle version
13 $module->cron = 0; // Period for cron to check this module (secs)