MDL-44902: Bumping mod/lti version number

This bump is to update the site with changes
to the db/access.php file.
This commit is contained in:
Mark Nielsen 2014-05-01 11:46:34 -07:00
parent 85fc655667
commit 2f44cd1802

View file

@ -48,7 +48,7 @@
defined('MOODLE_INTERNAL') || die;
$plugin->version = 2013110500; // The current module version (Date: YYYYMMDDXX)
$plugin->version = 2014050100; // The current module version (Date: YYYYMMDDXX)
$plugin->requires = 2013110500; // Requires this Moodle version
$plugin->component = 'mod_lti'; // Full name of the plugin (used for diagnostics)
$plugin->cron = 0;