From 9f59535277d2bcaf7ad4555b12e62ddc4fac372f Mon Sep 17 00:00:00 2001 From: mcdruid Date: Wed, 7 Sep 2022 13:28:09 +0100 Subject: [PATCH] Back to dev --- CHANGELOG.txt | 3 +++ includes/bootstrap.inc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8e654d7d79f..ab5b8e0db86 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,6 @@ +Drupal 7.xx, xxxx-xx-xx (development version) +----------------------- + Drupal 7.92, 2022-09-07 ----------------------- - Improved support for PHP 8.1 diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 6bf5ec52ad5..a03a3aa6c51 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.92'); +define('VERSION', '7.93-dev'); /** * Core API compatibility.