From 2a7a1b6412d90eed2ff3bdbfc0304354386876c5 Mon Sep 17 00:00:00 2001 From: mcdruid Date: Wed, 2 Jun 2021 12:01:04 +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 cda01053c84..43f001995b1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,6 @@ +Drupal 7.xx, xxxx-xx-xx (development version) +----------------------- + Drupal 7.81, 2021-06-02 ----------------------- - Block Google FLoC by default diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index 2387e2b831e..4929b1d5f25 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.81'); +define('VERSION', '7.82-dev'); /** * Core API compatibility.