Merge branch 'MDL-50995-master' of git://github.com/jleyva/moodle
authorAndrew Nicols <andrew@nicols.co.uk>
Wed, 9 Sep 2015 08:03:05 +0000 (16:03 +0800)
committerAndrew Nicols <andrew@nicols.co.uk>
Wed, 9 Sep 2015 08:03:05 +0000 (16:03 +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  = 2015090803.00;              // YYYYMMDD      = weekly release date of this DEV branch.
 -$version  = 2015082800.01;              // YYYYMMDD      = weekly release date of this DEV branch.
++$version  = 2015090900.00;              // YYYYMMDD      = weekly release date of this DEV branch.
                                          //         RR    = release increments - 00 in DEV branches.
                                          //           .XX = incremental changes.