From 2f44cd1802309ef0016233a7de2e4e8805acea09 Mon Sep 17 00:00:00 2001 From: Mark Nielsen Date: Thu, 1 May 2014 11:46:34 -0700 Subject: [PATCH] MDL-44902: Bumping mod/lti version number This bump is to update the site with changes to the db/access.php file. --- mod/lti/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/lti/version.php b/mod/lti/version.php index fc8079db61c..1bd4e4d51fd 100644 --- a/mod/lti/version.php +++ b/mod/lti/version.php @@ -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;