mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
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:
parent
85fc655667
commit
2f44cd1802
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die;
|
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->requires = 2013110500; // Requires this Moodle version
|
||||||
$plugin->component = 'mod_lti'; // Full name of the plugin (used for diagnostics)
|
$plugin->component = 'mod_lti'; // Full name of the plugin (used for diagnostics)
|
||||||
$plugin->cron = 0;
|
$plugin->cron = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue