From d156ec9ceaee5ca99c4fa218602cc58f6eef5301 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20S=CC=8Ckoda?= Date: Sun, 30 Sep 2012 14:24:00 +0200 Subject: [PATCH] MDL-35701 bump up version and requirements of enrol_database This should hopefully prevent attempts to blindly backport this to older stable branches. --- enrol/database/version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/enrol/database/version.php b/enrol/database/version.php index 6df949917d7..bf5e256202e 100644 --- a/enrol/database/version.php +++ b/enrol/database/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2012061700; // The current plugin version (Date: YYYYMMDDXX) -$plugin->requires = 2012061700; // Requires this Moodle version +$plugin->version = 2012093000; // The current plugin version (Date: YYYYMMDDXX) +$plugin->requires = 2012092700; // Requires this Moodle version $plugin->component = 'enrol_database'; // Full name of the plugin (used for diagnostics) -//TODO: should we add cron sync? \ No newline at end of file +//TODO: should we add cron sync? -- 2.11.4.GIT