diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-23 10:13:07 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2012-11-23 10:13:57 +0100 |
commit | 42f8bbbee199cc2bb93a5d3896bfa14dfa2f4c60 (patch) | |
tree | 5c3be980b51746aa17a69f31975c510e3bc2be91 /sqlbox/version.php | |
parent | 93934b0ef0cac682681764050f485e8231838b30 (diff) | |
download | sqltutor-plugin-42f8bbbee199cc2bb93a5d3896bfa14dfa2f4c60.tar.gz sqltutor-plugin-42f8bbbee199cc2bb93a5d3896bfa14dfa2f4c60.tar.bz2 sqltutor-plugin-42f8bbbee199cc2bb93a5d3896bfa14dfa2f4c60.zip |
sqlbox: Set version to 22th November 2012
Diffstat (limited to 'sqlbox/version.php')
-rw-r--r-- | sqlbox/version.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sqlbox/version.php b/sqlbox/version.php index d436b9c..c73c9d3 100644 --- a/sqlbox/version.php +++ b/sqlbox/version.php @@ -30,8 +30,7 @@ defined('MOODLE_INTERNAL') || die(); -$module->version = 1; // If version == 0 then module will not be installed -//$module->version = 2010032200; // The current module version (Date: YYYYMMDDXX) +$module->version = 2012112200; // 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 |