Merge branch 'MDL-45849-selfenrol' of https://github.com/Peterburnett/moodle
authorJake Dallimore <jake@moodle.com>
Thu, 16 Jul 2020 03:46:51 +0000 (11:46 +0800)
committerSara Arjona <sara@moodle.com>
Thu, 16 Jul 2020 14:27:01 +0000 (16:27 +0200)
1  2 
version.php

diff --cc version.php
@@@ -29,9 -29,9 +29,9 @@@
  
  defined('MOODLE_INTERNAL') || die();
  
- $version  = 2020071500.00;              // YYYYMMDD      = weekly release date of this DEV branch.
 -$version  = 2020070400.00;              // YYYYMMDD      = weekly release date of this DEV branch.
++$version  = 2020071500.01;              // YYYYMMDD      = weekly release date of this DEV branch.
                                          //         RR    = release increments - 00 in DEV branches.
                                          //           .XX = incremental changes.
 -$release  = '4.0dev (Build: 20200704)'; // Human-friendly version name
 +$release  = '4.0dev (Build: 20200711)'; // Human-friendly version name
  $branch   = '40';                       // This version's branch.
  $maturity = MATURITY_ALPHA;             // This version's maturity level.