From 944957a00913727d203efac3e0f0d961d2719d6b Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 25 Sep 2021 19:21:35 +0200 Subject: [PATCH] pumped version to 2021.12-dev --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 76c052bfad..9fb7221fc5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2021.09 +2021.12-dev diff --git a/boot.php b/boot.php index 4d485595ec..a4d0fe5c73 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.09'); +define('FRIENDICA_VERSION', '2021.12-dev'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_TABLE_STRUCTURE_VERSION', 1288);