Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / mod / assignment / type / online / version.php
blobceba567deb29349924997c02a2a98382e9965526
1 <?PHP // $Id$
3 ////////////////////////////////////////////////////////////////////////////////
4 // Code fragment to define the module version etc.
5 // This fragment is called by /admin/index.php
6 ////////////////////////////////////////////////////////////////////////////////
8 $plugin->version = 2005042900;
9 $plugin->requires = 2007101000;