X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=1c5b4c168cbf9709c4fe543248efcfda37df86f9;hb=edf9bdfa144795edb121d04eb0f40dfa6a73bea8;hp=cba94fa483f8467bf4633e19bcd7983d98277da8;hpb=c3725d4b3e454af92884f1a9bf3e751c725fcfec;p=friendica.git diff --git a/boot.php b/boot.php index cba94fa483..1c5b4c168c 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'); +define('FRIENDICA_VERSION', '2021.03-dev'); 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]); /* @}*/ /**