From ae338c9c291c92e5376ec3278314e6a23085f3ca Mon Sep 17 00:00:00 2001 From: Manuel Cagigas Date: Wed, 30 Aug 2017 08:25:42 +0200 Subject: [PATCH] 3.56.1 Stable version --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 847bc08..1c91c20 100644 --- a/version.php +++ b/version.php @@ -16,11 +16,11 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017081000; -$plugin->release = '3.55.0.1025'; +$plugin->version = 2017083000; +$plugin->release = '3.56.1.1026'; $plugin->requires = 2011060313; $plugin->maturity = MATURITY_STABLE; $plugin->component = 'qtype_matchwiris'; $plugin->dependencies = array ( - 'qtype_wq' => 2017081000 + 'qtype_wq' => 2017083000 );