diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-11-14 00:12:02 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-11-14 00:12:02 +0000 |
commit | 8098e731205ce432c3cc396ffd6847aecbc146c0 (patch) | |
tree | 037c18ce480f3ec8df60d9ccc91b22a4e3c9c44c | |
parent | 0ac67018a337f02cf5272e5486eb0bacad6aeac7 (diff) | |
download | brdo-8098e731205ce432c3cc396ffd6847aecbc146c0.tar.gz brdo-8098e731205ce432c3cc396ffd6847aecbc146c0.tar.bz2 |
Drupal 7.0-beta3
-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 4ece6300b..6d9702a5f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,6 @@ // $Id$ -Drupal 7.0, xxxx-xx-xx (development version) +Drupal 7.0 beta 3, 2010-11-13 ---------------------- - Database: * Fully rewritten database layer utilizing PHP 5's PDO abstraction layer. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 833d3e0b8..709fa5bae 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-beta3'); /** * Core API compatibility. |