summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-23 05:30:57 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-10-23 05:30:57 +0000
commit237c0642a799ed3a1895f3144d8017422e2a8f72 (patch)
tree7b4f1afac4016ee75436323f65d1f4f90aca556d
parentc1b4e8d433727c2af85168de67c6a0e22c5200a5 (diff)
downloadbrdo-237c0642a799ed3a1895f3144d8017422e2a8f72.tar.gz
brdo-237c0642a799ed3a1895f3144d8017422e2a8f72.tar.bz2
Drupal 7.0-beta2
-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..30afe6bf3 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,6 @@
// $Id$
-Drupal 7.0, xxxx-xx-xx (development version)
+Drupal 7.0 beta 2, 2010-10-22 (development version)
----------------------
- Database:
* Fully rewritten database layer utilizing PHP 5's PDO abstraction layer.
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 360564d84..2e87cf157 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-beta2');
/**
* Core API compatibility.