X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=d5ada81354e5701d8ab583e9dd13ffb206e11aac;hb=e62c1c3f81495f149f5613dc2c31ca896239949e;hp=f660b65b5163a23bac5ca22050ab5085eb43a081;hpb=4a22710b3bd82143ab4e012e84d995d3768f7c50;p=friendica.git diff --git a/boot.php b/boot.php index f660b65b51..d5ada81354 100644 --- a/boot.php +++ b/boot.php @@ -41,7 +41,7 @@ define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'The Tazmans Flax-lily'); define('FRIENDICA_VERSION', '2018.08-dev'); define('DFRN_PROTOCOL_VERSION', '2.23'); -define('DB_UPDATE_VERSION', 1280); +define('DB_UPDATE_VERSION', 1281); define('NEW_UPDATE_ROUTINE_VERSION', 1170); /** @@ -179,25 +179,6 @@ define('CP_USERS_AND_GLOBAL', 2); * @} */ -/** - * @name Protocols - * @deprecated since version 3.6 - * @see Conversation - * - * Different protocols that we are storing - * @{ - */ -define('PROTOCOL_UNKNOWN' , Conversation::PROTOCOL_UNKNOWN); -define('PROTOCOL_DFRN' , Conversation::PROTOCOL_DFRN); -define('PROTOCOL_DIASPORA' , Conversation::PROTOCOL_DIASPORA); -define('PROTOCOL_OSTATUS_SALMON' , Conversation::PROTOCOL_OSTATUS_SALMON); -define('PROTOCOL_OSTATUS_FEED' , Conversation::PROTOCOL_OSTATUS_FEED); // Deprecated -define('PROTOCOL_GS_CONVERSATION', Conversation::PROTOCOL_GS_CONVERSATION); // Deprecated -define('PROTOCOL_SPLITTED_CONV' , Conversation::PROTOCOL_SPLITTED_CONV); -/** - * @} - */ - /** * @name Network constants * @deprecated since version 3.6