From b3661ab272284da54e29428371b9503f66bc1a73 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Thu, 11 Apr 2013 12:38:46 +0200 Subject: [PATCH] on demand release 2.5beta+ --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 3f2f079b227..a4c2bd06894 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2013040900.02; // YYYYMMDD = weekly release date of this DEV branch +$version = 2013041100.00; // YYYYMMDD = weekly release date of this DEV branch // RR = release increments - 00 in DEV branches // .XX = incremental changes -$release = '2.5beta+ (Build: 20130405)';// Human-friendly version name +$release = '2.5beta+ (Build: 20130411)';// Human-friendly version name $branch = '25'; // this version's branch -$maturity = MATURITY_BETA; // this version's maturity level +$maturity = MATURITY_BETA; // this version's maturity level -- 2.43.0