Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / mod / data / version.php
blobe54cd9ef60693e87de0bb9224c586481fbc9f8e0
1 <?php // $Id$
3 ////////////////////////////////////////////////////////////////////////////////
4 // Code fragment to define the module version etc.
5 // This fragment is called by /admin/index.php
6 ////////////////////////////////////////////////////////////////////////////////
8 $module->version = 2007072200;
9 $module->requires = 2007072200; // Requires this Moodle version
10 $module->cron = 60;