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 /includes | |
parent | 0ac67018a337f02cf5272e5486eb0bacad6aeac7 (diff) | |
download | brdo-8098e731205ce432c3cc396ffd6847aecbc146c0.tar.gz brdo-8098e731205ce432c3cc396ffd6847aecbc146c0.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. |