From da70ec0cca362afc183ee4c3d00f08f4e99116ec Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sat, 10 Nov 2018 20:36:10 +0100 Subject: [PATCH] Moodle release 3.1.15 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 596f64a17bb..ef8f51b1d98 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2016052314.04; // 20160523 = branching date YYYYMMDD - do not modify! +$version = 2016052315.00; // 20160523 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.1.14+ (Build: 20181110)'; // Human-friendly version name +$release = '3.1.15 (Build: 20181112)'; // Human-friendly version name $branch = '31'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level.