Fixes bug MDL-8234, "New groups code & AS keyword"
[moodle-pu.git] / mod / exercise / version.php
bloba0ad66ace075f0715070c400e2b2076fb0cbab8a
1 <?php // $Id$
3 ////////////////////////////////////////////////////////////////////////////////
4 // Code fragment to define the module version etc.
5 // This fragment is called by /admin/index.php
6 ////////////////////////////////////////////////////////////////////////////////
8 $module->version = 2006091201;
9 $module->requires = 2006080900; // Requires this Moodle version
10 $module->cron = 60;