diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2012-09-30 10:24:58 +0200 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2012-09-30 10:24:58 +0200 |
commit | 093e68586fcf4c6ff17edfdd00aa1c639d264dc9 (patch) | |
tree | 021b90633db110196a1f41cde42972dda9c3916c /version.php | |
parent | 96bee2b33467a1ce54f88c77b8a867ef1f7a9a97 (diff) |
Setting for default comparison method
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/version.php b/version.php index 81af712..61844b5 100644 --- a/version.php +++ b/version.php @@ -1,5 +1,10 @@ <?php defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2011072800; -$plugin->requires = 2011060313; +$plugin->component = 'qtype_algebra'; +$plugin->version = 2012061700; + +$plugin->requires = 2012061700; + +$plugin->maturity = MATURITY_STABLE; + |