Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / mod / data / version.php
blob32d027c0be8e7660d44ed9bb8d42d6d9e55ad8b3
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 = 2007101513;
9 $module->requires = 2007101509; // Requires this Moodle version
10 $module->cron = 60;