Merge branch 'MDL-35773_master' of git://github.com/markn86/moodle
authorJake Dallimore <jake@moodle.com>
Fri, 26 Jul 2019 09:32:29 +0000 (17:32 +0800)
committerJake Dallimore <jake@moodle.com>
Fri, 26 Jul 2019 09:32:29 +0000 (17:32 +0800)
1  2 
version.php

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