Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / mod / label / version.php
blobb25e9847c8d30c8e6c17e13f6e84204d071cc7ad
1 <?php // $Id$
3 /////////////////////////////////////////////////////////////////////////////////
4 /// Code fragment to define the version of label
5 /// This fragment is called by moodle_needs_upgrading() and /admin/index.php
6 /////////////////////////////////////////////////////////////////////////////////
8 $module->version = 2007101510; // The current module version (Date: YYYYMMDDXX)
9 $module->requires = 2007101509; // Requires this Moodle version
10 $module->cron = 0; // Period for cron to check this module (secs)