Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / mod / hotpot / version.php
blob3723084385074a531124a1e056590ff2626a9872
1 <?PHP // $Id$
2 /////////////////////////////////////////////////////////////////////////////////
3 /// Code fragment to define the version of hotpot
4 /// This fragment is called by moodle_needs_upgrading() and /admin/index.php
5 /////////////////////////////////////////////////////////////////////////////////
6 $module->version = 2007101511; // release date of this version (see note below)
7 $module->release = 'v2.4.2'; // human-friendly version name (used in mod/hotpot/lib.php)
8 $module->requires = 2007101509; // Requires this Moodle version
9 $module->cron = 0; // period for cron to check this module (secs)
10 // interpretation of YYYYMMDDXY version numbers
11 // YYYY : year
12 // MM : month
13 // DD : day
14 // X : point release version 1,2,3 etc
15 // Y : increment between point releases