diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-04-28 21:17:41 +0200 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2019-04-28 21:17:41 +0200 |
commit | a25470ff263c0f0c975b9f093b1dee6ce2d71b63 (patch) | |
tree | 9cd2ede656d92804635e31ab779e5be34d999836 /version.php | |
parent | 35e6e62481c00d21698537a91215bfa8f5364363 (diff) |
Allow several variables in combined algebra subquestions
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 1488c77..747e880 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_algebra'; -$plugin->version = 2019042707; +$plugin->version = 2019042800; $plugin->requires = 2016052300; -$plugin->release = '1.9 for Moodle 3.0 ... 3.7'; +$plugin->release = '1.91 for Moodle 3.1 ... 3.7'; $plugin->maturity = MATURITY_STABLE; |