diff --git a/version.php b/version.php index 3651f589..7e354c56 100644 --- a/version.php +++ b/version.php @@ -30,10 +30,10 @@ $plugin = new stdClass(); } // Used by M2.6 and above. -$plugin->version = 2015122300; // The current module version (Date: YYYYMMDDXX) +$plugin->version = 2016031400; // The current module version (Date: YYYYMMDDXX) $plugin->cron = 60; // Period for cron to check this module (secs). $plugin->maturity = MATURITY_STABLE; -$plugin->release = '2.x (Build: 2015122300)'; +$plugin->release = '2.x (Build: 2016031400)'; $plugin->requires = 2010112400; $plugin->component = 'mod_checklist'; @@ -45,4 +45,4 @@ $module->release = $plugin->release; $module->requires = $plugin->requires; $module->component = $plugin->component; -} \ No newline at end of file +}