Merge branch 'MDL-63742-master' of git://github.com/jleyva/moodle
authorAndrew Nicols <andrew@nicols.co.uk>
Mon, 29 Oct 2018 23:46:00 +0000 (07:46 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Mon, 29 Oct 2018 23:46:00 +0000 (07:46 +0800)
1  2 
version.php

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