Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / mod / hotpot / version.php
blob172f5be74bf04d7183a0647ac113678e83011a9b
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 = 2007040200; // 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 = 2007020200; // 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