From ae4576324e1aaa7bbddd664053573fd26e46b461 Mon Sep 17 00:00:00 2001
From: David Rothstein <drothstein@gmail.com>
Date: Wed, 7 Jun 2017 18:12:09 -0400
Subject: [PATCH] Drupal 7.55

---
 CHANGELOG.txt          | 2 +-
 includes/bootstrap.inc | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index d7781d2e0ea6..6a20156af042 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,5 @@
 
-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
   DATE_RFC7231 definition.
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 755c74f84f1f..d5864ff0bfc5 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -8,7 +8,7 @@
 /**
  * The current system version.
  */
-define('VERSION', '7.55-dev');
+define('VERSION', '7.55');
 
 /**
  * Core API compatibility.
-- 
GitLab