]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge pull request #10137 from annando/empty-body
[friendica.git] / boot.php
index c74eb418f38fc0d5c9115f0507dd93e2603994b0..2223379ca33672f40259c5976e1f00170b3f72e3 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -38,7 +38,7 @@ use Friendica\Util\DateTimeFormat;
 
 define('FRIENDICA_PLATFORM',     'Friendica');
 define('FRIENDICA_CODENAME',     'Red Hot Poker');
-define('FRIENDICA_VERSION',      '2021.03-dev');
+define('FRIENDICA_VERSION',      '2021.03-rc');
 define('DFRN_PROTOCOL_VERSION',  '2.23');
 define('NEW_TABLE_STRUCTURE_VERSION', 1288);