diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f38d4a2fb618b6f4269ffe83880d17fee2d0edf7..8e654d7d79f51ac087819d530b02666f05ece6df 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 193c9048164b165e605e2e2b9a149f3808d636ef..6bf5ec52ad55fec87d7131b2b68cdf47d7a92faa 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.