diff options
-rw-r--r-- | CHANGELOG.txt | 5 | ||||
-rw-r--r-- | 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. |