X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=be47184aa254e541c5c52c104f88a162b622c814;hb=b97c406c825004f87a74d310533c8bfbd0fc5218;hp=78e1dac6a7cc2f3139ca4811e333c392670750a3;hpb=01aa9539516a5a530c017a5effc9c186a4313649;p=friendica.git diff --git a/boot.php b/boot.php index 78e1dac6a7..be47184aa2 100644 --- a/boot.php +++ b/boot.php @@ -10,7 +10,7 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.0.1379' ); +define ( 'FRIENDICA_VERSION', '3.0.1382' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1149 ); @@ -77,14 +77,6 @@ define ( 'CONTACT_IS_SHARING', 2); define ( 'CONTACT_IS_FRIEND', 3); -/** - * Hook array order - */ - -define ( 'HOOK_HOOK', 0); -define ( 'HOOK_FILE', 1); -define ( 'HOOK_FUNCTION', 2); - /** * DB update return values */