summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-21 18:07:24 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-02-21 18:07:24 +0000
commit154ffa85f8bf5033c958ba8face74797463a6bde (patch)
tree270cc9aab544e1a398be2bd94343c99d7f91cd0b
parent915ad30e69a1b277b11a52df8f675d259756202d (diff)
downloadbrdo-154ffa85f8bf5033c958ba8face74797463a6bde.tar.gz
brdo-154ffa85f8bf5033c958ba8face74797463a6bde.tar.bz2
Drupal 7.0-alpha2
-rw-r--r--CHANGELOG.txt2
-rw-r--r--includes/bootstrap.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 9ddb62403..6cee86818 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,6 @@
// $Id$
-Drupal 7.0, xxxx-xx-xx (development version)
+Drupal 7.0 alpha 2, 2010-02-21
----------------------
- Database:
* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 05a654bf1..c22744576 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-alpha2');
/**
* Core API compatibility.