diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-23 10:11:33 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-12-23 10:11:33 +0000 |
commit | cf3ec0f337f96ddcfd73d4a4bd2cf1fadc932fb5 (patch) | |
tree | d4f8e633ca37245271c3739f997088405efab6e7 | |
parent | 8cbf5a50c8cecf7e273bb034ecc6b9a77150d041 (diff) | |
download | brdo-cf3ec0f337f96ddcfd73d4a4bd2cf1fadc932fb5.tar.gz brdo-cf3ec0f337f96ddcfd73d4a4bd2cf1fadc932fb5.tar.bz2 |
Drupal 7.0-rc3
-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..5ffd37555 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,6 @@ // $Id$ -Drupal 7.0, xxxx-xx-xx (development version) +Drupal 7.0 rc3, 2010-12-23 ---------------------- - Database: * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index be0a471eb..131941bea 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-rc3'); /** * Core API compatibility. |