diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-25 08:33:05 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-01-25 08:48:17 +0100 |
commit | 95849a4614a55b46214622f88bb6dbc66cb54725 (patch) | |
tree | 7d7324f4a6649f8553ba57b7fcf4122cc0377a37 /sqlbox/version.php | |
parent | 2b83a4b36c82b1c990e4152891074079d710bb91 (diff) | |
download | sqltutor-plugin-95849a4614a55b46214622f88bb6dbc66cb54725.tar.gz sqltutor-plugin-95849a4614a55b46214622f88bb6dbc66cb54725.tar.bz2 sqltutor-plugin-95849a4614a55b46214622f88bb6dbc66cb54725.zip |
Add settings page for database connection
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 5c4d1b6..1222e09 100644 --- a/sqlbox/version.php +++ b/sqlbox/version.php @@ -30,7 +30,7 @@ defined('MOODLE_INTERNAL') || die(); -$module->version = 2013012404; // The current module version (Date: YYYYMMDDXX) +$module->version = 2013012500; // 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 |