Merge branch 'MDL-52809-master' of git://github.com/dpalou/moodle
authorDan Poltawski <dan@moodle.com>
Tue, 1 Mar 2016 04:23:54 +0000 (12:23 +0800)
committerDan Poltawski <dan@moodle.com>
Tue, 1 Mar 2016 04:23:54 +0000 (12:23 +0800)
1  2 
lib/db/services.php
version.php

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