diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2014-06-19 14:12:47 +0200 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2014-06-19 14:12:47 +0200 |
commit | 619af4e2371913407ffdaf25d17e2dceffdd2108 (patch) | |
tree | 240bec989f2cdc74c8545d7998bdc7dd60fe2fdd /version.php | |
parent | a7171d6dacb463ce0cc45beb23a31fe2c1684141 (diff) |
Change version
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 8d20fdc..41b93ad 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_algebra'; -$plugin->version = 2013062500; +$plugin->version = 2014061900; $plugin->requires = 2013050100; -$plugin->release = '1.3 for Moodle 2.5'; +$plugin->release = '1.31 for Moodle 2.5, 2.6 and 2.7'; $plugin->maturity = MATURITY_STABLE; |