MDL-10092:
[moodle-linuxchix.git] / mod / assignment / version.php
blob0ac76a128f8afeb6a4542382b6ac89392a5a5f1d
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 = 2007090100;
9 $module->requires = 2007083101; // Requires this Moodle version
10 $module->cron = 60;