diff --git a/version.php b/version.php index f237a1e..84ae113 100644 --- a/version.php +++ b/version.php @@ -13,9 +13,9 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later ** * ************************************************************************* * ************************************************************************ */ -$module->version = 2014040200; // The current module version (Date: YYYYMMDDXX) -$module->requires = 2010112400; -$module->maturity = MATURITY_STABLE; -$module->release = '2.2.0 (Build: 2014040200)'; -$module->cron = 0; // Period for cron to check this module (secs) -$module->component = 'mod_tab'; \ No newline at end of file +$plugin->version = 2014040200; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2010112400; +$plugin->maturity = MATURITY_STABLE; +$plugin->release = '2.2.0 (Build: 2014040200)'; +$plugin->cron = 0; // Period for cron to check this plugin (secs) +$plugin->component = 'mod_tab';