From: David Monllao Date: Wed, 28 Jun 2017 13:22:36 +0000 (+0200) Subject: MDL-59285 version: Bump X-Git-Tag: v3.4.0-beta~726 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=0248d168010c833d07f0511abdf1ee5ef9b36b6a MDL-59285 version: Bump --- diff --git a/version.php b/version.php index ac1ca3eb19c..4956fbbd4d2 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2017062200.01; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2017062200.02; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes.