Merge branch 'MDL-50853-master' of git://github.com/jleyva/moodle
authorDan Poltawski <dan@moodle.com>
Tue, 8 Sep 2015 12:37:35 +0000 (13:37 +0100)
committerDan Poltawski <dan@moodle.com>
Tue, 8 Sep 2015 12:37:35 +0000 (13:37 +0100)
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  = 2015090801.00;              // YYYYMMDD      = weekly release date of this DEV branch.
 -$version  = 2015082800.01;              // YYYYMMDD      = weekly release date of this DEV branch.
++$version  = 2015090802.00;              // YYYYMMDD      = weekly release date of this DEV branch.
                                          //         RR    = release increments - 00 in DEV branches.
                                          //           .XX = incremental changes.