From e783c7f3a0267d95d9915b7326f4134ded12b31e Mon Sep 17 00:00:00 2001 From: mcdruid Date: Wed, 14 Dec 2022 16:08:56 +0000 Subject: [PATCH] Drupal 7.94 --- CHANGELOG.txt | 3 ++- includes/bootstrap.inc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 27827f2d274..2844995d6ac 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,6 @@ -Drupal 7.xx, xxxx-xx-xx (development version) +Drupal 7.94, 2022-12-14 ----------------------- +- Hotfix for book.module and Select query properties Drupal 7.93, 2022-12-07 ----------------------- diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index f8ed8e8aa92..30d58744e33 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.94-dev'); +define('VERSION', '7.94'); /** * Core API compatibility.