From eeafda243a3df62f8e44b532048ccfffa6f8914b Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Thu, 9 Oct 2014 14:26:46 +1300 Subject: [PATCH] Bump version for 2.6 plugins db entry --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index ae31eea..2c090d2 100644 --- a/version.php +++ b/version.php @@ -22,9 +22,9 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$plugin->version = 2014022801; -$plugin->requires = 2013040500; -$plugin->release = '2.6.1'; +$plugin->version = 2014022802; +$plugin->requires = 2013111800; +$plugin->release = '2.6.2'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';