Skip to content

Commit

Permalink
Version moved to 1.0-rc3 (Build: 2012031000)
Browse files Browse the repository at this point in the history
  • Loading branch information
scara committed Mar 10, 2012
1 parent 246a161 commit 222d20c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@

defined('MOODLE_INTERNAL') || die;

$plugin->version = 2012011000; // If version == 0 then module will not be installed
$plugin->version = 2012031000; // If version == 0 then module will not be installed
$plugin->requires = 2010112400; // Requires this Moodle version
$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
// Human-friendly version name
$plugin->release = '1.0-rc2 (Build: 2012011000)';
$plugin->release = '1.0-rc3 (Build: 2012031000)';

0 comments on commit 222d20c

Please sign in to comment.