Merge branch 'MDL-64641-master' of git://github.com/jleyva/moodle
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 23 Apr 2019 11:43:56 +0000 (13:43 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Tue, 23 Apr 2019 11:43:56 +0000 (13:43 +0200)
1  2 
admin/tool/mobile/tests/externallib_test.php
lib/db/services.php
version.php

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