From 9ba4feea164a5911afe7c5d2f8c57ebc1b2b9bc4 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Tue, 27 Mar 2018 15:28:19 -0400 Subject: [PATCH] Drupal 7.58 --- CHANGELOG.txt | 4 ++++ includes/bootstrap.inc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 90df08960a0..799b80036bb 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,8 @@ +Drupal 7.58, 2018-03-28 +----------------------- +- Fixed security issues (multiple vulnerabilities). See SA-CORE-2018-002. + Drupal 7.57, 2018-02-21 ----------------------- - Fixed security issues (multiple vulnerabilities). See SA-CORE-2018-001. diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 880557e77d1..06acf935e01 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.57'); +define('VERSION', '7.58'); /** * Core API compatibility.