From 446d8483a3359ab18cdd8a35321c5e9622806a38 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 1 May 2018 23:04:48 +0200 Subject: [PATCH] on-demand release 3.5beta+ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index d5dae3929f7..6366a489b1d 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2018042700.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2018050200.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.5beta+ (Build: 20180427)'; // Human-friendly version name +$release = '3.5beta+ (Build: 20180502)'; // Human-friendly version name $branch = '35'; // This version's branch. $maturity = MATURITY_BETA; // This version's maturity level. -- 2.11.4.GIT