diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-11-14 00:21:13 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-11-14 00:21:13 +0000 |
commit | fc970fe6c5f15d450af9ee07658e230b5de0f6f3 (patch) | |
tree | 4803e62b1db0aa6c5e307ebcae151793f485a258 | |
parent | d08387cf6316da3b5158ccc1063acc5399ef3ee2 (diff) | |
download | brdo-fc970fe6c5f15d450af9ee07658e230b5de0f6f3.tar.gz brdo-fc970fe6c5f15d450af9ee07658e230b5de0f6f3.tar.bz2 |
Back to 7.0-dev
-rw-r--r-- | CHANGELOG.txt | 2 | ||||
-rw-r--r-- | includes/bootstrap.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6d9702a5f..4ece6300b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,6 @@ // $Id$ -Drupal 7.0 beta 3, 2010-11-13 +Drupal 7.0, xxxx-xx-xx (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 709fa5bae..833d3e0b8 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -9,7 +9,7 @@ /** * The current system version. */ -define('VERSION', '7.0-beta3'); +define('VERSION', '7.0-dev'); /** * Core API compatibility. |