Merge branch 'MDL-52074-master' of git://github.com/jleyva/moodle
authorDan Poltawski <dan@moodle.com>
Mon, 30 Nov 2015 15:29:29 +0000 (15:29 +0000)
committerDan Poltawski <dan@moodle.com>
Mon, 30 Nov 2015 15:29:29 +0000 (15:29 +0000)
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  = 2015113000.00;              // YYYYMMDD      = weekly release date of this DEV branch.
 -$version  = 2015111600.01;              // YYYYMMDD      = weekly release date of this DEV branch.
++$version  = 2015113001.00;              // YYYYMMDD      = weekly release date of this DEV branch.
                                          //         RR    = release increments - 00 in DEV branches.
                                          //           .XX = incremental changes.