summaryrefslogtreecommitdiff
path: root/sqlbox/version.php
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-11-23 10:15:28 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-11-23 10:38:38 +0100
commitd1aaba539247b3602d8e7351ecdc694c5cdc33d1 (patch)
tree798cd2289245f8da3cafe5430693b90c64582d0d /sqlbox/version.php
parente20a959086a9f1a9680c0a1cf89c8782a8f0cdb9 (diff)
downloadsqltutor-plugin-d1aaba539247b3602d8e7351ecdc694c5cdc33d1.tar.gz
sqltutor-plugin-d1aaba539247b3602d8e7351ecdc694c5cdc33d1.tar.bz2
sqltutor-plugin-d1aaba539247b3602d8e7351ecdc694c5cdc33d1.zip
sqlbox: Compare user query results from a definable query
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 c73c9d3..07a2f4d 100644
--- a/sqlbox/version.php
+++ b/sqlbox/version.php
@@ -30,7 +30,7 @@
defined('MOODLE_INTERNAL') || die();
-$module->version = 2012112200; // The current module version (Date: YYYYMMDDXX)
+$module->version = 2012112300; // 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