summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-14 00:19:41 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-11-14 00:19:41 +0000
commitd08387cf6316da3b5158ccc1063acc5399ef3ee2 (patch)
tree037c18ce480f3ec8df60d9ccc91b22a4e3c9c44c
parent09380d76a757d275604b41d82fc471158d6e50c9 (diff)
downloadbrdo-d08387cf6316da3b5158ccc1063acc5399ef3ee2.tar.gz
brdo-d08387cf6316da3b5158ccc1063acc5399ef3ee2.tar.bz2
Drupal 7.0-beta3
-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 4ece6300b..6d9702a5f 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,6 @@
// $Id$
-Drupal 7.0, xxxx-xx-xx (development version)
+Drupal 7.0 beta 3, 2010-11-13
----------------------
- Database:
* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 833d3e0b8..709fa5bae 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-beta3');
/**
* Core API compatibility.