From 9993c1d02c32760f7df036b5d92bc2f75fd98b06 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Fri, 22 Dec 2017 14:41:56 +1300 Subject: [PATCH] weekly release 3.5dev --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index fd60f44e0b9..c2c7a6fc596 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2017121900.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2017122200.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.5dev (Build: 20171214)'; // Human-friendly version name +$release = '3.5dev (Build: 20171222)'; // Human-friendly version name $branch = '35'; // This version's branch. $maturity = MATURITY_ALPHA; // This version's maturity level.