MDL-51579 course: Bump version to update mobile service
authorDavid Monllao <davidm@moodle.com>
Wed, 7 Oct 2015 04:56:03 +0000 (12:56 +0800)
committerDavid Monllao <davidm@moodle.com>
Wed, 7 Oct 2015 04:56:03 +0000 (12:56 +0800)
version.php

index 9e73323..de2905f 100644 (file)
@@ -29,7 +29,7 @@
 
 defined('MOODLE_INTERNAL') || die();
 
-$version  = 2015100601.00;              // YYYYMMDD      = weekly release date of this DEV branch.
+$version  = 2015100602.00;              // YYYYMMDD      = weekly release date of this DEV branch.
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.