From 6434d018c89a880bd667dc7d9185e6a7b16f0718 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Mon, 26 Apr 2021 09:37:31 +0200 Subject: [PATCH] bump version: Friendica Siberian Iris 2021.04 --- VERSION | 2 +- boot.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index b1f4077f81..7223033747 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2021.03-rc +2021.04 diff --git a/boot.php b/boot.php index 2223379ca3..bf19f206cd 100644 --- a/boot.php +++ b/boot.php @@ -37,8 +37,8 @@ use Friendica\Util\BasePath; use Friendica\Util\DateTimeFormat; define('FRIENDICA_PLATFORM', 'Friendica'); -define('FRIENDICA_CODENAME', 'Red Hot Poker'); -define('FRIENDICA_VERSION', '2021.03-rc'); +define('FRIENDICA_CODENAME', 'Siberian Iris'); +define('FRIENDICA_VERSION', '2021.04'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_TABLE_STRUCTURE_VERSION', 1288);