From e6973df683fdff0fa0de12cab2668450080c11a0 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 16 May 2018 18:42:02 +0200 Subject: [PATCH] Moodle release 3.1.12 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index b4083f808a6..6fec6f2b951 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2016052311.03; // 20160523 = branching date YYYYMMDD - do not modify! +$version = 2016052312.00; // 20160523 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.1.11+ (Build: 20180515)'; // Human-friendly version name +$release = '3.1.12 (Build: 20180517)'; // Human-friendly version name $branch = '31'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level.