Skip to content

Commit

Permalink
weekly release 3.8dev
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jun 6, 2019
1 parent 971b4c1 commit f350727
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Expand Up @@ -29,11 +29,11 @@

defined('MOODLE_INTERNAL') || die();

$version = 2019060600.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2019060600.01; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.

$release = '3.8dev (Build: 20190530)'; // Human-friendly version name
$release = '3.8dev (Build: 20190606)'; // Human-friendly version name

$branch = '38'; // This version's branch.
$maturity = MATURITY_ALPHA; // This version's maturity level.

0 comments on commit f350727

Please sign in to comment.