blob: 61844b51fd150baa7e6604d0d8957e3b61e0c8ce (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?php
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'qtype_algebra';
$plugin->version = 2012061700;
$plugin->requires = 2012061700;
$plugin->maturity = MATURITY_STABLE;
|