From 228d24fd976f52e24813d13a63ca75b2cbc87a76 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Wed, 28 Sep 2011 11:07:04 +0200 Subject: [PATCH] weekly release 2.2dev --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 78a00519490..6efaa2f481c 100644 --- a/version.php +++ b/version.php @@ -31,10 +31,10 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2011092100.00; // YYYYMMDD = weekly release date of this DEV branch +$version = 2011092800.00; // YYYYMMDD = weekly release date of this DEV branch // RR = release increments - 00 in DEV branches // .XX = incremental changes -$release = '2.2dev (Build: 20110925)'; // Human-friendly version name +$release = '2.2dev (Build: 20110928)'; // Human-friendly version name $maturity = MATURITY_ALPHA; // this version's maturity level