moodle/mod/data/version.php

13 lines
393 B
PHP
Raw Normal View History

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