diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2013-05-20 10:19:48 +0200 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2013-05-20 10:19:48 +0200 |
commit | 7d8812ac27cace039096c49eb253933f44c10a23 (patch) | |
tree | 9286008b9366e9b155ae3b3e2d2c59b625ca80ed /version.php | |
parent | 678b4edf335c4d4f3851a19c2a30eddbec69d91e (diff) |
CONTRIB-4315 qtype_algebra will not install: Errors found in XMLDB
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 f18766e..f7bd3fd 100644 --- a/version.php +++ b/version.php @@ -23,8 +23,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'qtype_algebra'; -$plugin->version = 2012062500; +$plugin->version = 2012062501; $plugin->requires = 2012062500; -$plugin->release = '1.1 for Moodle 2.3'; +$plugin->release = '1.11 for Moodle 2.3'; $plugin->maturity = MATURITY_STABLE; |