From 5c5ee48bf6061ce8650445a02b62c124e6a9673e Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sat, 10 Nov 2018 20:36:16 +0100 Subject: [PATCH] Moodle release 3.3.9 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 874ae266482..8079e4ade2c 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2017051508.12; // 20170515 = branching date YYYYMMDD - do not modify! +$version = 2017051509.00; // 20170515 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.3.8+ (Build: 20181110)'; // Human-friendly version name +$release = '3.3.9 (Build: 20181112)'; // Human-friendly version name $branch = '33'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level. -- 2.11.4.GIT