From d652267155a05f7ebe25f2c5687c28b59b1ab546 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Wed, 7 Jun 2017 18:14:15 -0400 Subject: [PATCH] Back to 7.x-dev --- CHANGELOG.txt | 3 +++ includes/bootstrap.inc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6a20156af04..600f875b4e5 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,7 @@ +Drupal 7.xx, xxxx-xx-xx (development version) +----------------------- + Drupal 7.55, 2017-06-07 ----------------------- - Fixed incompatibility with PHP versions 7.0.19 and 7.1.5 due to duplicate diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index d5864ff0bfc..4bc9df3c081 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.55'); +define('VERSION', '7.56-dev'); /** * Core API compatibility.