From b5d3651f3feb5cc040a7bf3f0fe59621f16bcbb3 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 14 Oct 2022 20:52:38 +0200 Subject: [PATCH] bump version to 2022.12-dev --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 8874859a24..151845e80e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2022.10 +2022.12-dev diff --git a/boot.php b/boot.php index db7840b118..8e7958de36 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.10'); +define('FRIENDICA_VERSION', '2022.12-dev'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_TABLE_STRUCTURE_VERSION', 1288);