diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cf257fd998b..2c3b93c64d4 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,5 +1,6 @@ -Drupal 7.xx, xxxx-xx-xx (development version) +Drupal 7.77, 2020-12-03 ----------------------- +- Hotfix for schema.prefixed tables Drupal 7.76, 2020-12-02 ----------------------- diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index d0fee2250df..87c1fdca25c 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.77-dev'); +define('VERSION', '7.77'); /** * Core API compatibility.