1a37e4763f4f276429d1ca92a89ba9455b84999d
[moodle.git] / mod / quiz / version.php
1 <?php
3 ////////////////////////////////////////////////////////////////////////////////
4 //  Code fragment to define the version of quiz
5 //  This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 ////////////////////////////////////////////////////////////////////////////////
8 $module->version  = 2010122304;   // The (date) version of this module
9 $module->requires = 2010080300;   // Requires this Moodle version
10 $module->cron     = 0;            // How often should cron check this module (seconds)?