diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-09-16 01:09:34 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-09-16 01:09:34 +0000 |
commit | 0c6f9b0074a227fe1b2fef3621925ef900039486 (patch) | |
tree | f6284a9f6eea04e23bc391e6a14ffe7526273972 /includes | |
parent | a3bc10c4ab9bf30adc031f20c4aac38355bd90e4 (diff) | |
download | brdo-0c6f9b0074a227fe1b2fef3621925ef900039486.tar.gz brdo-0c6f9b0074a227fe1b2fef3621925ef900039486.tar.bz2 |
Drupal 7.0-alpha7
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 c4d52e27c..24bfd298e 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-alpha7'); /** * Core API compatibility. |