moodle/mod/data/version.php
2006-03-29 17:42:42 +00:00

13 lines
403 B
PHP

<?php // $Id$
////////////////////////////////////////////////////////////////////////////////
// Code fragment to define the module version etc.
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2006032900;
$module->requires = 2005060230; // Requires this Moodle version
$module->cron = 60;
?>