diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-07-09 00:14:02 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-07-09 00:14:02 +0000 |
commit | 9bf09eea76bbf071db4016252faca2d20bf1a6c2 (patch) | |
tree | 9d7f6890d1509b517ec60f7b2add5ef2da92b8f8 /includes | |
parent | 47db34f2d1fafc20a6ca85b40005714b8fb0fc81 (diff) | |
download | brdo-9bf09eea76bbf071db4016252faca2d20bf1a6c2.tar.gz brdo-9bf09eea76bbf071db4016252faca2d20bf1a6c2.tar.bz2 |
Drupal 7.0-alpha6
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 bf553a053..77ea7ded8 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-alpha6'); /** * Core API compatibility. |