aboutsummaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2017-12-17 13:32:43 +0100
committerJean-Michel Vedrine <vedrine@vedrine.org>2017-12-17 13:32:43 +0100
commit29cbd16f27e4a2f90c6ecc55cdf72ff7fbe1941b (patch)
tree9076bc92d60e7467ba87740a52a15a95a593dd29 /version.php
parent34fedfb142aac84dc2aac734fd1ed09ec4b134c6 (diff)
PHP7 constructor and statistics bug fix
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 0b2f746..328f095 100644
--- a/version.php
+++ b/version.php
@@ -23,8 +23,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'qtype_algebra';
-$plugin->version = 2016012400;
+$plugin->version = 2017121700;
$plugin->requires = 2013050100;
-$plugin->release = '1.4 for Moodle 2.8, 2.9 and 3.0';
+$plugin->release = '1.5 for Moodle 2.8, ... 3.5';
$plugin->maturity = MATURITY_STABLE;