From 5a6185300a166865a4e5a24bdef5077c5d5d14e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Mudr=C3=A1k?= Date: Wed, 5 Sep 2018 13:47:32 +0200 Subject: [PATCH] MDL-63292 tool_policy: Increment version of the merged plugin This is to distinguish the versions available from the plugins directory from the versions that are part of Moodle standard distribution. --- admin/tool/policy/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/tool/policy/version.php b/admin/tool/policy/version.php index 74d8812771d..9872aa49de1 100644 --- a/admin/tool/policy/version.php +++ b/admin/tool/policy/version.php @@ -24,6 +24,6 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2017051519; +$plugin->version = 2017051550; $plugin->requires = 2017051505; // Moodle 3.3.5 (Build: 20180319) and upwards. $plugin->component = 'tool_policy';