From 229aad8e12cae9af761f3eda5b3b26aa9614fee1 Mon Sep 17 00:00:00 2001 From: webchick Date: Mon, 5 Dec 2011 17:49:01 -0500 Subject: Back to 7.x-dev --- CHANGELOG.txt | 5 ++++- includes/bootstrap.inc | 2 +- 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. -- cgit v1.2.3