MDL-63302 tool_dataprivacy: 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.
This commit is contained in:
Jun Pataleta
2018-09-06 08:51:52 +08:00
parent 0416ad83f6
commit 165ce9437e
+1 -1
View File
@@ -24,6 +24,6 @@
defined('MOODLE_INTERNAL') || die;
$plugin->version = 2017111316;
$plugin->version = 2017111350;
$plugin->requires = 2017111304.00; // Moodle 3.4.4 (Build: 20180517) and upwards.
$plugin->component = 'tool_dataprivacy';