Merge branch 'MDL-57915-master' of git://github.com/jleyva/moodle
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Mon, 13 Mar 2017 21:39:38 +0000 (22:39 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 14 Mar 2017 10:26:55 +0000 (11:26 +0100)
1  2 
mod/data/version.php

@@@ -24,7 -24,7 +24,7 @@@
  
  defined('MOODLE_INTERNAL') || die();
  
- $plugin->version   = 2016120500;       // The current module version (Date: YYYYMMDDXX)
 -$plugin->version   = 2016120501;       // The current module version (Date: YYYYMMDDXX)
++$plugin->version   = 2016120502;       // The current module version (Date: YYYYMMDDXX)
  $plugin->requires  = 2016112900;       // Requires this Moodle version
  $plugin->component = 'mod_data';       // Full name of the plugin (used for diagnostics)
  $plugin->cron      = 0;