Merge branch 'MDL-49316-master' of git://github.com/jleyva/moodle
authorDavid Monllao <davidm@moodle.com>
Tue, 10 Mar 2015 07:50:13 +0000 (15:50 +0800)
committerDavid Monllao <davidm@moodle.com>
Tue, 10 Mar 2015 07:50:13 +0000 (15:50 +0800)
Conflicts:
version.php

1  2 
version.php

diff --cc version.php
@@@ -29,7 -29,7 +29,7 @@@
  
  defined('MOODLE_INTERNAL') || die();
  
- $version  = 2015030900.00;              // YYYYMMDD      = weekly release date of this DEV branch.
 -$version  = 2015030500.01;              // YYYYMMDD      = weekly release date of this DEV branch.
++$version  = 2015030900.01;              // YYYYMMDD      = weekly release date of this DEV branch.
                                          //         RR    = release increments - 00 in DEV branches.
                                          //           .XX = incremental changes.