diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4aec58f3393228484c27d3b2b013b7553b80a16c..e040ea7075fc05ed038dceb71452047fc7108305 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,6 @@ // $Id$ -Drupal 7.0, xxxx-xx-xx (development version) +Drupal 7.0 alpha 7, 2010-09-15 ---------------------- - Database: * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index c4d52e27c6bb763df1ec5152949cbb9b5a698a0c..24bfd298efe9f38eafcd48459cf4d07840826f8b 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-alpha7'); /** * Core API compatibility.