From 968122337d4006173f22adb765d20471af213a4a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 4 Jul 2021 20:54:24 +0200 Subject: [PATCH] pump version to :wq2021.09-dev --- CHANGELOG | 2 ++ VERSION | 2 +- boot.php | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index aac93543e9..e262dc93b1 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +Version 2021.09 (unreleased) + Version 2021.07 (2021-07-04) Friendica Core Updates to the translation DE, EN-GB, HU, IT, JA [translation teams] diff --git a/VERSION b/VERSION index 9eb200ca42..da1db37dac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2021.07 +2021.09-dev diff --git a/boot.php b/boot.php index 47f626629f..e94b82fa38 100644 --- a/boot.php +++ b/boot.php @@ -38,7 +38,7 @@ use Friendica\Util\DateTimeFormat; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Siberian Iris'); -define('FRIENDICA_VERSION', '2021.07'); +define('FRIENDICA_VERSION', '2021.09-dev'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_TABLE_STRUCTURE_VERSION', 1288);