From 79d4f46efdb0bcd9059dd725e79c4f1eeb05375c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20D=C3=A9niz?= Date: Wed, 24 Mar 2021 14:20:48 +0000 Subject: [PATCH] weekly release 3.5.17+ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index f2c1f6ca2f9..0126953b67b 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2018051717.01; // 20180517 = branching date YYYYMMDD - do not modify! +$version = 2018051717.02; // 20180517 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.5.17+ (Build: 20210312)'; // Human-friendly version name +$release = '3.5.17+ (Build: 20210324)'; // Human-friendly version name $branch = '35'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level.