diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2014-09-27 22:09:10 +0200 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2014-09-27 22:10:35 +0200 |
commit | 5f1a95f9adf9f4f46ea7c7cd9b7e52e14f01add1 (patch) | |
tree | 182b1190eda7b22712f108890721a680babe9cb3 /version.php | |
parent | 619af4e2371913407ffdaf25d17e2dceffdd2108 (diff) |
CONTRIB-5302 CONTRIB-5303 and codechecker fixes
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 4 |
1 files changed, 2 insertions, 2 deletions
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; |