diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2013-01-06 09:59:06 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2013-01-06 09:59:06 +0100 |
commit | 345d68a51582fab0e47e176ef024aa46ea913ca0 (patch) | |
tree | 60fdda7319aa88e0e651f5e5c272bbc3967ff02e /version.php | |
parent | 5712bf7b91964e6dbbd2afdead94bb3dd8c0030a (diff) |
Stupid typo in install.xml prevents install
Diffstat (limited to 'version.php')
-rw-r--r-- | version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.php b/version.php index 78e2a2f..79ec9b8 100644 --- a/version.php +++ b/version.php @@ -26,5 +26,5 @@ $plugin->component = 'qtype_algebra'; $plugin->version = 2012061701; $plugin->requires = 2012061700; - +$plugin->release = '1.0'; $plugin->maturity = MATURITY_STABLE; |