Merge branch 'MDL-52219-master' of git://github.com/danpoltawski/moodle
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Mon, 30 Nov 2015 23:50:10 +0000 (00:50 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Mon, 30 Nov 2015 23:50:10 +0000 (00:50 +0100)
1  2 
version.php

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