Source for file version.php
Documentation is available at version.php
* Sloodle module version information.
* Code fragment required by Moodle for module management.
/////////////////////////////////////////////////////////////////////////////////
/// Code fragment to define the version of sloodle
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
/////////////////////////////////////////////////////////////////////////////////
// Internal module version number
$module->version =
2008030400; // YYYYMMDD##
$module->requires =
2006050512; // The version of Moodle that is required
$module->cron =
0; // How often should cron check this module (seconds)?
Documentation generated on Tue, 04 Mar 2008 15:08:58 +0000 by phpDocumentor 1.4.0