From 53c8be2acd21619ca38b22cf184bc795a9c355e1 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Fri, 9 May 2014 13:33:07 +1200 Subject: [PATCH] bump version of stable release to include latest fixes --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 70a3faa..ed95d2e 100644 --- a/version.php +++ b/version.php @@ -22,9 +22,9 @@ * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ -$module->version = 2014022800; +$module->version = 2014022801; $module->requires = 2013040500; -$module->release = '2.6.0'; +$module->release = '2.6.1'; $module->maturity = MATURITY_STABLE; $module->cron = 0; $module->component = 'mod_attendance';