diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2014-11-08 20:07:03 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2014-11-08 20:07:03 +0100 |
commit | ab2016462cb7204f8e5e7fb6e5b9bdf1f4db68c6 (patch) | |
tree | 4724df0498cfefae237c19f941048508cd56fede /version.php | |
parent | 5f1a95f9adf9f4f46ea7c7cd9b7e52e14f01add1 (diff) |
CONTRIB-5337 Wrong display of the multiply operator
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 e5ccc83..2f734d9 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_algebra'; -$plugin->version = 2014092700; +$plugin->version = 2014110800; $plugin->requires = 2013050100; -$plugin->release = '1.32 for Moodle 2.5, 2.6 and 2.7'; +$plugin->release = '1.33 for Moodle 2.5, 2.6 and 2.7'; $plugin->maturity = MATURITY_STABLE; |