X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=dd4e31d4f0570ad163995c359e1e0a1cf495c9b4;hb=f267a283b46edaf389e99ef3ea4341a5a0496aab;hp=e98bfea9dea8f8f1cb5981364fbdf43274039559;hpb=39a7926015f06c96aeb3ae1439fdec97fc123c59;p=friendica.git diff --git a/boot.php b/boot.php index e98bfea9de..dd4e31d4f0 100644 --- a/boot.php +++ b/boot.php @@ -9,7 +9,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1336' ); +define ( 'FRIENDICA_VERSION', '3.0.1338' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1143 ); @@ -123,6 +123,8 @@ define ( 'NETWORK_XMPP', 'xmpp'); // XMPP define ( 'NETWORK_MYSPACE', 'mysp'); // MySpace define ( 'NETWORK_GPLUS', 'goog'); // Google+ +define ( 'NETWORK_PHANTOM', 'unkn'); // Place holder + /** * These numbers are used in stored permissions * and existing allocations MUST NEVER BE CHANGED @@ -142,6 +144,8 @@ $netgroup_ids = array( NETWORK_XMPP => (-10), NETWORK_MYSPACE => (-11), NETWORK_GPLUS => (-12), + + NETWORK_PHANTOM => (-127), );