X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=504f997d9ff3aa76a12baa0892b2210559ddebbd;hb=8f10cf8e53a8f5583b9c5db0259a204a641d0864;hp=24e7559515455782e649dd37c7d868bb4f0b53c2;hpb=bca6d9b0896e174e6a0704359d5d92aff8ef84db;p=friendica.git diff --git a/boot.php b/boot.php index 24e7559515..504f997d9f 100644 --- 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.09-rc'); +define('FRIENDICA_VERSION', '2020.12-rc'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170); @@ -201,6 +201,7 @@ define('PRIORITY_HIGH', 20); define('PRIORITY_MEDIUM', 30); define('PRIORITY_LOW', 40); define('PRIORITY_NEGLIGIBLE', 50); +define('PRIORITIES', [PRIORITY_CRITICAL, PRIORITY_HIGH, PRIORITY_MEDIUM, PRIORITY_LOW, PRIORITY_NEGLIGIBLE]); /* @}*/ /**