From e03c2c9468af9060abdd49053e750e13df1956ee Mon Sep 17 00:00:00 2001 From: Flotter Totte Date: Mon, 31 Aug 2015 15:31:13 +0800 Subject: [PATCH] ... ... --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index f27c4e4..86f187c 100644 --- a/version.php +++ b/version.php @@ -18,7 +18,7 @@ */ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 201508310; +$plugin->version = 2015083100; $plugin->requires = 2011080100; $plugin->maturity = MATURITY_STABLE; $plugin->release = 'Enrolment upon approval plugin Version 2.8-g';