diff options
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; + |