diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-05-23 15:26:38 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-05-23 15:26:38 +0000 |
commit | 9b9d9296c85e88d6ecb875d7e350e0083a105108 (patch) | |
tree | 715bd512d27a4daf2ff3c4546a25deae0c228d99 /includes | |
parent | bb1c48af7fb1a9208517bba51329f6a73264aa3e (diff) | |
download | brdo-9b9d9296c85e88d6ecb875d7e350e0083a105108.tar.gz brdo-9b9d9296c85e88d6ecb875d7e350e0083a105108.tar.bz2 |
Drupal 7.0-alpha5
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 8fc1e0754..53061c8b3 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-alpha5'); /** * Core API compatibility. |