From eabbb121bbe069526a02fc035e41360e83b4aea1 Mon Sep 17 00:00:00 2001 From: Martin Dougiamas Date: Mon, 21 Feb 2011 13:05:57 +0100 Subject: [PATCH] Moodle 2.0.2 release --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 67986672cf9..db0c13366ec 100644 --- a/version.php +++ b/version.php @@ -29,7 +29,7 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2011021800.00; // YYYYMMDD = date of the last version bump +$version = 2011022100.00; // YYYYMMDD = date of the last version bump // XX = daily increments -$release = '2.0.1+ (Build: 20110218)'; // Human-friendly version name +$release = '2.0.2 (Build: 20110221)'; // Human-friendly version name