Fixes bug MDL-8234, "New groups code & AS keyword"
[moodle-pu.git] / mod / data / version.php
blob626454a94c70553f072240344a78f4fe1d800d0c
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 = 2006121300;
9 $module->requires = 2006120700; // Requires this Moodle version
10 $module->cron = 60;