aboutsummaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2017-12-29 16:53:46 +0100
committerJean-Michel Vedrine <vedrine@vedrine.org>2017-12-29 16:53:46 +0100
commitd2d679fbaa6df34681c96398ee60d7d04c11224a (patch)
treedc5883ebc3395a4ab051f71f8308a66c0aa5d07d /version.php
parentf4f6d35d1d51992e790f3a4e74fa61ea5f9ebaf8 (diff)
Bump version number
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 328f095..aac10d7 100644
--- a/version.php
+++ b/version.php
@@ -23,8 +23,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'qtype_algebra';
-$plugin->version = 2017121700;
+$plugin->version = 2017121900;
$plugin->requires = 2013050100;
-$plugin->release = '1.5 for Moodle 2.8, ... 3.5';
+$plugin->release = '1.6 for Moodle 2.8, ... 3.5';
$plugin->maturity = MATURITY_STABLE;