aboutsummaryrefslogtreecommitdiff
path: root/version.php
diff options
context:
space:
mode:
authorJean-Michel Vedrine <vedrine@vedrine.org>2013-04-27 22:54:57 +0200
committerJean-Michel Vedrine <vedrine@vedrine.org>2013-04-27 22:54:57 +0200
commitfcf99b5bc918837d990e638b613da7357ad36532 (patch)
treec404c7cf45877cca8b0eef7a588dcf15afa8c1fa /version.php
parent14da1f7131ac7ddd33c97b6e131beb2d13fb208e (diff)
Changes before release
Diffstat (limited to 'version.php')
-rw-r--r--version.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.php b/version.php
index 79ec9b8..bb47f7f 100644
--- a/version.php
+++ b/version.php
@@ -23,8 +23,8 @@
defined('MOODLE_INTERNAL') || die();
$plugin->component = 'qtype_algebra';
-$plugin->version = 2012061701;
+$plugin->version = 2012061702;
$plugin->requires = 2012061700;
-$plugin->release = '1.0';
+$plugin->release = '1.1 for Moodle 2.3';
$plugin->maturity = MATURITY_STABLE;