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.