summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-12-05 17:49:01 -0500
committerwebchick <webchick@24967.no-reply.drupal.org>2011-12-05 17:49:01 -0500
commit229aad8e12cae9af761f3eda5b3b26aa9614fee1 (patch)
tree3e714ec88977e0ba8050cf9920b44097168a6bb5
parenta07564a2968a464d3f800da0c2e75045caa367ea (diff)
downloadbrdo-229aad8e12cae9af761f3eda5b3b26aa9614fee1.tar.gz
brdo-229aad8e12cae9af761f3eda5b3b26aa9614fee1.tar.bz2
Back to 7.x-dev
-rw-r--r--CHANGELOG.txt5
-rw-r--r--includes/bootstrap.inc2
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 2313c1114..d12ca6e50 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,4 +1,8 @@
+Drupal 7.11 xxxx-xx-xx (development version)
+----------------------
+
+
Drupal 7.10, 2011-12-05
----------------------
- Fixed Content-Language HTTP header to not cause issues with Drush 5.x.
@@ -18,7 +22,6 @@ Drupal 7.10, 2011-12-05
- Numerous documentation improvements.
- Additional automated test coverage.
-
Drupal 7.9, 2011-10-26
----------------------
- Critical fixes to OpenID to spec violations that could allow for
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index d63a59bce..3b00624b5 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -8,7 +8,7 @@
/**
* The current system version.
*/
-define('VERSION', '7.10');
+define('VERSION', '7.11-dev');
/**
* Core API compatibility.