You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
561 B

<?PHP // $Id: version.php,v 1.5.2.5 2009/02/28 19:20:15 dlnsk Exp $
/////////////////////////////////////////////////////////////////////////////////
/// Code fragment to define the version of attforblock
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
/////////////////////////////////////////////////////////////////////////////////
$module->version = 2010070900; // The current module version (Date: YYYYMMDDXX)
$module->release = '2.2.0';
$module->cron = 0; // Period for cron to check this module (secs)
?>