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