. /** * version for mymobile theme * * @package theme * @subpackage mymobile * @copyright John Stabinger * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die; $plugin->version = 2011101801; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2011070101; // Requires this Moodle version $plugin->component = 'theme_mymobile'; $plugin->maturity = MATURITY_STABLE;