From 309326a6a49efd4cf2b72fe75092c605c8f272e9 Mon Sep 17 00:00:00 2001 From: John Okely Date: Tue, 24 May 2016 15:15:20 +0800 Subject: [PATCH] Release v3.1-r2 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 13ad7bb..8fc7151 100644 --- a/version.php +++ b/version.php @@ -28,10 +28,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2016051800; // If version == 0 then module will not be installed. +$plugin->version = 2016052400; // If version == 0 then module will not be installed. $plugin->requires = 2014051200.00; // Requires this Moodle version (2.7) $plugin->cron = 0; // Period for cron to check this module (secs). $plugin->component = 'mod_quizgame'; // To check on upgrade, that module sits in correct place. $plugin->maturity = MATURITY_ALPHA; -$plugin->release = 'v3.1-r1'; +$plugin->release = 'v3.1-r2';