aboutsummaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2019-04-28 21:17:41 +0200
committerJean-Michel Vedrine <vedrine@vedrine.org>2019-04-28 21:17:41 +0200
commita25470ff263c0f0c975b9f093b1dee6ce2d71b63 (patch)
tree9cd2ede656d92804635e31ab779e5be34d999836 /version.php
parent35e6e62481c00d21698537a91215bfa8f5364363 (diff)
Allow several variables in combined algebra subquestions
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
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;