From 986185c49bfecad6dfce7b6df81b325486585d9e Mon Sep 17 00:00:00 2001
From: "stefan.r" <stefan.r@551886.no-reply.drupal.org>
Date: Wed, 1 Feb 2017 16:34:27 -0500
Subject: [PATCH] Drupal 7.54

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

diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 3624c8ed682e..c015fb4fa2b7 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,5 +1,5 @@
 
-Drupal 7.54, xxxx-xx-xx (development version)
+Drupal 7.54, 2017-02-01
 -----------------------
 - Modules are now able to define theme engines (API addition:
   https://www.drupal.org/node/2826480).
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 44137dda85e2..99a5ac84dcf3 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -8,7 +8,7 @@
 /**
  * The current system version.
  */
-define('VERSION', '7.54-dev');
+define('VERSION', '7.54');
 
 /**
  * Core API compatibility.
-- 
GitLab