Merge branch 'MDL-55777-master' of git://github.com/ankitagarwal/moodle
authorDan Poltawski <dan@moodle.com>
Thu, 10 Nov 2016 13:46:10 +0000 (13:46 +0000)
committerDan Poltawski <dan@moodle.com>
Thu, 10 Nov 2016 13:46:10 +0000 (13:46 +0000)
1  2 
lang/en/admin.php
version.php

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