Skip to content

Commit

Permalink
[Fix][Minor] Incorrect 2.0 version number: read more at http://docs.m…
Browse files Browse the repository at this point in the history
…oodle.org/dev/Releases#Moodle_2.0

[Enh][Trivial] Added human-friendlu version name
  • Loading branch information
scara committed Dec 30, 2011
1 parent f92b522 commit fb115d7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2011122801; // If version == 0 then module will not be installed
$plugin->requires = 2010080300; // Requires this Moodle version
$plugin->version = 2011123000; // If version == 0 then module will not be installed
$plugin->requires = 2010112400; // Requires this Moodle version
$plugin->release = '1.0-rc'; // Human-friendly version name
$plugin->cron = 0; // Period for cron to check this module (secs)
$plugin->component = 'local_davroot'; // To check on upgrade, that module sits in correct place
$plugin->maturity = MATURITY_RC; // This version's maturity level

0 comments on commit fb115d7

Please sign in to comment.