diff options
-rw-r--r-- | CHANGELOG.txt | 4 | ||||
-rw-r--r-- | includes/bootstrap.inc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 227c1e729..90d85cbda 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,7 +1,7 @@ // $Id$ -Drupal 7.0, xxxx-xx-xx (development version) ----------------------- +Drupal 7.0 alpha 1, 2010-01-15 +------------------------------ - Database: * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer. * Drupal now requires MySQL >= 5.0 or PostgreSQL >= 8.3. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index fe58b91b1..8c93368f8 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -9,7 +9,7 @@ /** * The current system version. */ -define('VERSION', '7.0-dev'); +define('VERSION', '7.0-alpha1'); /** * Core API compatibility. |