]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Check for the existence of array key before using it in Protocol\ActivityPub\Transmitter
[friendica.git] / boot.php
index af08d5443669b34c840aa94835b0973c9883b733..6674c6fc7cb34b518d099d3c8bd2926bf1e2c37b 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -38,7 +38,7 @@ use Friendica\Util\DateTimeFormat;
 
 define('FRIENDICA_PLATFORM',     'Friendica');
 define('FRIENDICA_CODENAME',     'Red Hot Poker');
-define('FRIENDICA_VERSION',      '2020.12-dev');
+define('FRIENDICA_VERSION',      '2020.12-rc');
 define('DFRN_PROTOCOL_VERSION',  '2.23');
 define('NEW_UPDATE_ROUTINE_VERSION', 1170);