From: Tobias Diekershoff Date: Fri, 14 Oct 2022 18:49:17 +0000 (+0200) Subject: Friendica version 2022.10 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7109d2a6a8924e8cec7735017fdc00bb1af38b8c;p=friendica.git Friendica version 2022.10 --- diff --git a/VERSION b/VERSION index 900c5e3c16..8874859a24 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2022.09-rc +2022.10 diff --git a/boot.php b/boot.php index 2ceafea782..db7840b118 100644 --- a/boot.php +++ b/boot.php @@ -31,7 +31,7 @@ use Friendica\Model\Contact; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Giant Rhubarb'); -define('FRIENDICA_VERSION', '2022.09-rc'); +define('FRIENDICA_VERSION', '2022.10'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_TABLE_STRUCTURE_VERSION', 1288);