diff --git a/version.php b/version.php index 5a7ddaab2d8..60d0a92c8a1 100644 --- a/version.php +++ b/version.php @@ -35,6 +35,6 @@ $version = 2011070100.00; // YYYYMMDD = weekly release date o // RR = release increments - 00 in DEV branches // .XX = incremental changes -$release = '2.1 (Build: 20110701)'; // Human-friendly version name +$release = '2.2dev (Build: 20110701)'; // Human-friendly version name -$maturity = MATURITY_STABLE; // this version's maturity level +$maturity = MATURITY_ALPHA; // this version's maturity level