summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-01 07:54:50 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2010-12-01 07:54:50 +0000
commit88009fe5b1fb9ac61fbe9ba5d2aa3545bfb2c5c9 (patch)
treec3d00a67d6ef1731ff331a5de942e0b9e2aa21b2
parentac4fc2b2e3615288d2a2116b219a6911183561bd (diff)
downloadbrdo-88009fe5b1fb9ac61fbe9ba5d2aa3545bfb2c5c9.tar.gz
brdo-88009fe5b1fb9ac61fbe9ba5d2aa3545bfb2c5c9.tar.bz2
Back to 7.0-dev
-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 97ab0fb10..362d17990 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,6 @@
// $Id$
-Drupal 7.0 rc1, 2010-11-30
+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 f5b24c158..1e446f01b 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -9,7 +9,7 @@
/**
* The current system version.
*/
-define('VERSION', '7.0-rc1');
+define('VERSION', '7.0-dev');
/**
* Core API compatibility.