From: Tobias Diekershoff Date: Fri, 21 May 2021 16:38:54 +0000 (+0200) Subject: version 2021.06-rc X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8bf80c92bdb7aee58671504aab9018c3adb70a29;p=friendica.git version 2021.06-rc --- diff --git a/VERSION b/VERSION index e9cd37efec..79ec0dc3af 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2021.06-dev +2021.06-rc diff --git a/boot.php b/boot.php index bbb66c2f9a..aa3739f010 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.06-dev'); +define('FRIENDICA_VERSION', '2021.06-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_TABLE_STRUCTURE_VERSION', 1288);