summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-16 01:09:34 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-09-16 01:09:34 +0000
commit0c6f9b0074a227fe1b2fef3621925ef900039486 (patch)
treef6284a9f6eea04e23bc391e6a14ffe7526273972
parenta3bc10c4ab9bf30adc031f20c4aac38355bd90e4 (diff)
downloadbrdo-0c6f9b0074a227fe1b2fef3621925ef900039486.tar.gz
brdo-0c6f9b0074a227fe1b2fef3621925ef900039486.tar.bz2
Drupal 7.0-alpha7
-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 4aec58f33..e040ea707 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,6 @@
// $Id$
-Drupal 7.0, xxxx-xx-xx (development version)
+Drupal 7.0 alpha 7, 2010-09-15
----------------------
- Database:
* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
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.