]> git.mxchange.org Git - friendica.git/commitdiff
set the version of Friendica to 2021.09
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 25 Sep 2021 17:18:27 +0000 (19:18 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 25 Sep 2021 17:18:27 +0000 (19:18 +0200)
VERSION
boot.php

diff --git a/VERSION b/VERSION
index e0b18b8b3bda7ee9d821625c75a067f226dac840..76c052bfadb9a329878822d220c1aea42554f9e5 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2021.09-rc
+2021.09
index 9c3be4a4292aa14f0f14b80fb8c0814d7f33a468..4d485595ecf00e5d638ceba9f6b0b65cbea9ba3f 100644 (file)
--- 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-rc');
+define('FRIENDICA_VERSION',      '2021.09');
 define('DFRN_PROTOCOL_VERSION',  '2.23');
 define('NEW_TABLE_STRUCTURE_VERSION', 1288);