From a71f803cbaf8c1ac335459ee03c9cb4a085e6738 Mon Sep 17 00:00:00 2001 From: thomasmars <thomasmars87@gmail.com> Date: Wed, 21 Sep 2016 14:04:54 +0200 Subject: [PATCH] Update version and release candidate. HFJ-2185 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 97cd757..0d6d7e5 100644 --- a/version.php +++ b/version.php @@ -23,9 +23,9 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016051306; +$plugin->version = 2016092100; $plugin->requires = 2013051403; $plugin->cron = 0; $plugin->component = 'mod_hvp'; $plugin->maturity = MATURITY_RC; -$plugin->release = '1.0-rc.2'; +$plugin->release = '1.0-rc.3'; -- GitLab