summaryrefslogtreecommitdiff
path: root/sqlbox/version.php
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-24 17:18:46 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-24 18:32:15 +0100
commit2df5a673112d41f2045720572fce7af74194f1fe (patch)
treeffa4408fc7092cb3574901a310e867163169599b /sqlbox/version.php
parent4439a7ad9912bab7e8a36fa1f81281301e43009e (diff)
downloadsqltutor-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.php2
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