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
= 2007070300; // The (date) version of this module
14 $module->requires
= 2007020200; // The version of Moodle that is required
15 $module->cron
= 300; // How often should cron check this module (seconds)?