Merge branch 'MDL-65078-master' of git://github.com/peterRd/moodle
authorAdrian Greeve <abgreeve@gmail.com>
Wed, 24 Jul 2019 01:50:40 +0000 (09:50 +0800)
committerAdrian Greeve <abgreeve@gmail.com>
Thu, 25 Jul 2019 06:49:40 +0000 (14:49 +0800)
1  2 
version.php

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