From 56babbcb76679d274ed0d8e67c8fad7b54336faf Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Wed, 16 Mar 2011 09:35:33 +0100 Subject: [PATCH] weekly release --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 265ab74a9c4..4a51179a846 100644 --- a/version.php +++ b/version.php @@ -30,9 +30,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2011030900.00; // YYYYMMDD = date of the last version bump +$version = 2011031600.00; // YYYYMMDD = date of the last version bump // XX = daily increments -$release = '2.0.2+ (Build: 20110309)'; // Human-friendly version name +$release = '2.0.2+ (Build: 20110316)'; // Human-friendly version name $maturity = MATURITY_STABLE; // this version's maturity level