From b45c238223be0de8690f066f9c1319c220233782 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sat, 8 Sep 2018 16:49:31 +0200 Subject: [PATCH] Moodle release 3.1.14 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 6d6b86a0b22..7d0b4b07f2e 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2016052313.03; // 20160523 = branching date YYYYMMDD - do not modify! +$version = 2016052314.00; // 20160523 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.1.13+ (Build: 20180907)'; // Human-friendly version name +$release = '3.1.14 (Build: 20180910)'; // Human-friendly version name $branch = '31'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level. -- 2.11.4.GIT