diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-24 17:18:46 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-24 18:32:15 +0100 |
commit | 2df5a673112d41f2045720572fce7af74194f1fe (patch) | |
tree | ffa4408fc7092cb3574901a310e867163169599b /sqlbox/version.php | |
parent | 4439a7ad9912bab7e8a36fa1f81281301e43009e (diff) | |
download | sqltutor-plugin-2df5a673112d41f2045720572fce7af74194f1fe.tar.gz sqltutor-plugin-2df5a673112d41f2045720572fce7af74194f1fe.tar.bz2 sqltutor-plugin-2df5a673112d41f2045720572fce7af74194f1fe.zip |
Add report of queries for a sqlbox
Diffstat (limited to 'sqlbox/version.php')
-rw-r--r-- | sqlbox/version.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlbox/version.php b/sqlbox/version.php index e1a165d..5c4d1b6 100644 --- a/sqlbox/version.php +++ b/sqlbox/version.php @@ -30,7 +30,7 @@ defined('MOODLE_INTERNAL') || die(); -$module->version = 2013012403; // The current module version (Date: YYYYMMDDXX) +$module->version = 2013012404; // The current module version (Date: YYYYMMDDXX) $module->requires = 2010031900; // Requires this Moodle version $module->cron = 0; // Period for cron to check this module (secs) $module->component = 'mod_sqlbox'; // To check on upgrade, that module sits in correct place |