From d4c27a7acf909febd27b5dc9e4c9a36d097aa031 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Mon, 4 May 2015 14:26:50 +1200 Subject: [PATCH] Bump for plugins database release (also bump version as this branch supports 2.9) --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 58216c6..d021803 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 = 2015033000; +$plugin->version = 2015040500; $plugin->requires = 2014042900; -$plugin->release = '2.8.1'; +$plugin->release = '2.9.1'; $plugin->maturity = MATURITY_STABLE; $plugin->cron = 0; $plugin->component = 'mod_attendance';