Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / mod / scorm / version.php
blobea46420ba7e667e55fb9e543f0abe84a50c49e2f
1 <?php // $Id$
3 /////////////////////////////////////////////////////////////////////////////////
4 /// Code fragment to define the version of scorm
5 /// This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 /////////////////////////////////////////////////////////////////////////////////
9 // NOTE The version below was accidentally set a month into the future! We need to
10 // catch up now, so until 27th October please only increment in very tiny steps
11 // in HEAD, until we get past that date..
13 $module->version = 2007110501; // The (date) version of this module
14 $module->requires = 2007101509; // The version of Moodle that is required
15 $module->cron = 300; // How often should cron check this module (seconds)?