X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=7dc99bbe88c3621e72babf21a08823088ad08694;hb=41663c7592abe55a958632c3a48265e0a8544d2b;hp=7b4c72f19c80724e93c1700c04b41c6aa44e317e;hpb=45a5e4a93bc0e888e26f83f4245e3adc7fc1db54;p=friendica.git diff --git a/boot.php b/boot.php index 7b4c72f19c..7dc99bbe88 100644 --- a/boot.php +++ b/boot.php @@ -35,7 +35,7 @@ use Friendica\Util\DateTimeFormat; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'The Tazmans Flax-lily'); -define('FRIENDICA_VERSION', '2019.01'); +define('FRIENDICA_VERSION', '2019.03-dev'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170); @@ -97,19 +97,6 @@ define('SSL_POLICY_FULL', 1); define('SSL_POLICY_SELFSIGN', 2); /* @}*/ -/** - * @name Register - * - * Registration policies - * @{ - */ -define('REGISTER_CLOSED', 0); -define('REGISTER_APPROVE', 1); -define('REGISTER_OPEN', 2); -/** - * @} -*/ - /** * @name CP *