From c000c78dcbe194e08cac2cacb7b78443536c9a64 Mon Sep 17 00:00:00 2001 From: Juan Leyva Date: Wed, 25 May 2016 09:56:37 +0200 Subject: [PATCH] Bump version number for releasing --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 6d264ecd..2e6656b9 100755 --- a/version.php +++ b/version.php @@ -30,10 +30,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2011040121; // Plugin version. +$plugin->version = 2011040122; // Plugin version. $plugin->requires = 2011120500; // require Moodle version (2.2). $plugin->maturity = MATURITY_STABLE; -$plugin->release = '2.3.9'; +$plugin->release = '2.3.10'; $plugin->component = 'block_configurable_reports'; // Full name of the plugin (used for diagnostics) $plugin->cron = 86400; // = Once in 24h, Set min time between cron executions. // Should probably be at night to off load CPU load.