diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-11-14 00:19:41 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-11-14 00:19:41 +0000 |
commit | d08387cf6316da3b5158ccc1063acc5399ef3ee2 (patch) | |
tree | 037c18ce480f3ec8df60d9ccc91b22a4e3c9c44c /includes | |
parent | 09380d76a757d275604b41d82fc471158d6e50c9 (diff) | |
download | brdo-d08387cf6316da3b5158ccc1063acc5399ef3ee2.tar.gz brdo-d08387cf6316da3b5158ccc1063acc5399ef3ee2.tar.bz2 |
Drupal 7.0-beta3
Diffstat (limited to 'includes')
-rw-r--r-- | includes/bootstrap.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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. |