on-demand release 3.3beta+
authorDavid Monllao <davidm@moodle.com>
Wed, 3 May 2017 02:28:52 +0000 (10:28 +0800)
committerDavid Monllao <davidm@moodle.com>
Wed, 3 May 2017 02:28:52 +0000 (10:28 +0800)
version.php

index 17ca4b7..bcd308b 100644 (file)
 
 defined('MOODLE_INTERNAL') || die();
 
-$version  = 2017042800.00;              // YYYYMMDD      = weekly release date of this DEV branch.
+$version  = 2017050300.00;              // YYYYMMDD      = weekly release date of this DEV branch.
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.
 
-$release  = '3.3beta+ (Build: 20170428)'; // Human-friendly version name
+$release  = '3.3beta+ (Build: 20170503)'; // Human-friendly version name
 
 $branch   = '33';                       // This version's branch.
 $maturity = MATURITY_BETA;             // This version's maturity level.