diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-24 15:59:52 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-24 16:14:00 +0100 |
commit | cd79117d49b2dd845d2572dd5d36f2c3b9909b7e (patch) | |
tree | 09d60bb44d7ca3ad8375399257ce72e94f542556 /sqlbox/version.php | |
parent | 60fbd00792b1fce24eb33cbc01f8b8cdf43a7696 (diff) | |
download | sqltutor-plugin-cd79117d49b2dd845d2572dd5d36f2c3b9909b7e.tar.gz sqltutor-plugin-cd79117d49b2dd845d2572dd5d36f2c3b9909b7e.tar.bz2 sqltutor-plugin-cd79117d49b2dd845d2572dd5d36f2c3b9909b7e.zip |
Add required capability addinstance
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 304185d..e1a165d 100644 --- a/sqlbox/version.php +++ b/sqlbox/version.php @@ -30,7 +30,7 @@ defined('MOODLE_INTERNAL') || die(); -$module->version = 2013012402; // The current module version (Date: YYYYMMDDXX) +$module->version = 2013012403; // 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 |