From a2b30aa8523de362ee4ea4758954d4e903a444b6 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Thu, 15 Mar 2012 11:44:35 +0100 Subject: [PATCH] weekly release 2.3dev --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index a76f0576e90..892a933a407 100644 --- a/version.php +++ b/version.php @@ -30,10 +30,10 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2012030900.01; // YYYYMMDD = weekly release date of this DEV branch +$version = 2012031500.00; // YYYYMMDD = weekly release date of this DEV branch // RR = release increments - 00 in DEV branches // .XX = incremental changes -$release = '2.3dev (Build: 20120309)'; // Human-friendly version name +$release = '2.3dev (Build: 20120315)'; // Human-friendly version name $maturity = MATURITY_ALPHA; // this version's maturity level -- 2.43.0