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 = 2010080300;
$module->requires = 2010080300; // Requires this Moodle version
$module->cron = 60;