Increased the version number and set the maturity to Beta
This commit is contained in:
parent
45f87bb7c9
commit
7d359f3487
1 changed files with 3 additions and 3 deletions
|
@ -24,10 +24,10 @@
|
||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
|
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
|
||||||
|
|
||||||
$module->version = 2013041200; // The current module version (Date: YYYYMMDDXX).
|
$module->version = 2013072600; // The current module version (Date: YYYYMMDDXX).
|
||||||
$module->requires = 2013040500; // Requires this Moodle version.
|
$module->requires = 2013040500; // Requires this Moodle version.
|
||||||
$module->cron = 0; // Period for cron to check this module (secs).
|
$module->cron = 0; // Period for cron to check this module (secs).
|
||||||
$module->component = 'mod_customcert';
|
$module->component = 'mod_customcert';
|
||||||
|
|
||||||
$module->maturity = MATURITY_ALPHA;
|
$module->maturity = MATURITY_BETA;
|
||||||
$module->release = "Alpha release"; // User-friendly version number.
|
$module->release = "Beta release"; // User-friendly version number.
|
||||||
|
|
Loading…
Reference in a new issue