From eface10d303973d7972853fdb270ce2502b2493a Mon Sep 17 00:00:00 2001 From: David Monllao Date: Wed, 18 May 2016 14:12:21 +0800 Subject: [PATCH] MDL-45390 grades: Bump build to today's date To test backup/restore. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 912b4b5bbe9..c95b18c22d7 100644 --- a/version.php +++ b/version.php @@ -33,7 +33,7 @@ $version = 2016051700.01; // YYYYMMDD = weekly release date o // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.1rc1 (Build: 20160517)'; // Human-friendly version name +$release = '3.1rc1 (Build: 20160518)'; // Human-friendly version name $branch = '31'; // This version's branch. $maturity = MATURITY_RC; // This version's maturity level.