From 728503753272f746bb988ffb30d5327f8f2df4b2 Mon Sep 17 00:00:00 2001 From: mcdruid Date: Wed, 7 Sep 2022 13:26:33 +0100 Subject: [PATCH] Drupal 7.92 --- CHANGELOG.txt | 5 ++++- includes/bootstrap.inc | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f38d4a2fb61..8e654d7d79f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,8 @@ -Drupal 7.xx, xxxx-xx-xx (development version) +Drupal 7.92, 2022-09-07 ----------------------- +- Improved support for PHP 8.1 +- Various security hardenings +- Various bug fixes, optimizations and improvements Drupal 7.91, 2022-07-20 ----------------------- diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 193c9048164..6bf5ec52ad5 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.92-dev'); +define('VERSION', '7.92'); /** * Core API compatibility.