From 5f1a95f9adf9f4f46ea7c7cd9b7e52e14f01add1 Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Sat, 27 Sep 2014 22:09:10 +0200 Subject: CONTRIB-5302 CONTRIB-5303 and codechecker fixes --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.php') diff --git a/version.php b/version.php index 41b93ad..e5ccc83 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_algebra'; -$plugin->version = 2014061900; +$plugin->version = 2014092700; $plugin->requires = 2013050100; -$plugin->release = '1.31 for Moodle 2.5, 2.6 and 2.7'; +$plugin->release = '1.32 for Moodle 2.5, 2.6 and 2.7'; $plugin->maturity = MATURITY_STABLE; -- cgit v1.2.3