Bumped to 1.7.6
[moodle.git] / mod / assignment / version.php
blob6b1a134597e0b69a3b5cee517fad735c37481ee5
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 = 2006092800;
9 $module->requires = 2006080900; // Requires this Moodle version
10 $module->cron = 60;