MDL-11082 Improved groups upgrade performance 1.8x -> 1.9; thanks Eloy for telling...
[moodle-pu.git] / mod / data / version.php
blobd3e4e0cf05c15809f6200af769a08342a6d42b91
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 = 2007081400;
9 $module->requires = 2007072200; // Requires this Moodle version
10 $module->cron = 60;