MDL-26985 add 2.1 release info

We keep the $CFG->version unchanged for now so that admins that upgrade accidentally can go back to the latest stable 2.0.2+.
This commit is contained in:
Petr Skoda
2011-03-26 22:08:56 +01:00
parent c904cbbdd2
commit aca9888fa0
+2 -2
View File
@@ -33,6 +33,6 @@ defined('MOODLE_INTERNAL') || die();
$version = 2011032300.00; // YYYYMMDD = date of the last version bump
// XX = daily increments
$release = '2.0.2+ (Build: 20110323)'; // Human-friendly version name
$release = '2.1dev (Build: 20110323)'; // Human-friendly version name
$maturity = MATURITY_STABLE; // this version's maturity level
$maturity = MATURITY_ALPHA; // this version's maturity level