Merge branch 'MDL-61255_master' of git://github.com/markn86/moodle
authorJake Dallimore <jake@moodle.com>
Wed, 11 Apr 2018 01:53:14 +0000 (09:53 +0800)
committerJake Dallimore <jake@moodle.com>
Wed, 11 Apr 2018 01:53:14 +0000 (09:53 +0800)
1  2 
lib/moodlelib.php
version.php

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