Merge branch 'wip-MDL-52715-master-additional' of git://github.com/abgreeve/moodle
authorDan Poltawski <dan@moodle.com>
Wed, 3 Feb 2016 09:44:27 +0000 (09:44 +0000)
committerDan Poltawski <dan@moodle.com>
Wed, 3 Feb 2016 09:44:27 +0000 (09:44 +0000)
1  2 
version.php

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