diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-11 20:59:12 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-11 20:59:12 +0000 |
commit | 381f7e46b0213a8d74341530ce1c4a5659e5c8d4 (patch) | |
tree | 0d67da43cabff0de723ef45038d75df8d982bce4 | |
parent | e0af4f153813ee5cd28453bb1b4ac778b9042164 (diff) | |
download | brdo-381f7e46b0213a8d74341530ce1c4a5659e5c8d4.tar.gz brdo-381f7e46b0213a8d74341530ce1c4a5659e5c8d4.tar.bz2 |
Drupal 7.0-rc2
-rw-r--r-- | CHANGELOG.txt | 2 | ||||
-rw-r--r-- | includes/bootstrap.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 362d17990..3eb50c4bc 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,6 @@ // $Id$ -Drupal 7.0, xxxx-xx-xx (development version) +Drupal 7.0 rc2, 2010-12-11 ---------------------- - Database: * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index c2c8e7eba..c317f740d 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-rc2'); /** * Core API compatibility. |