From a25470ff263c0f0c975b9f093b1dee6ce2d71b63 Mon Sep 17 00:00:00 2001 From: Jean-Michel Vedrine Date: Sun, 28 Apr 2019 21:17:41 +0200 Subject: Allow several variables in combined algebra subquestions --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.php') 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; -- cgit v1.2.3