X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=boot.php;h=086e74d2f47bdf69882fa94f94748a3d40bddea8;hb=a8e6a57e9b955989f8fd7a7c7d530366d3774eda;hp=eb04732c5d87bcc56cdda0784f1a061bd9db0289;hpb=64f51d337f3999afe234537c3704211656718462;p=friendica.git diff --git a/boot.php b/boot.php index eb04732c5d..086e74d2f4 100644 --- a/boot.php +++ b/boot.php @@ -31,7 +31,7 @@ use Friendica\Util\DateTimeFormat; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'Dalmatian Bellflower'); -define('FRIENDICA_VERSION', '2019.06-rc'); +define('FRIENDICA_VERSION', '2019.09-dev'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170); @@ -334,6 +334,7 @@ function get_app() * @param array $args * @brief Returns a defaut value if the provided variable or array key is falsy * @return mixed + * @deprecated since version 2019.06, use native coalesce operator (??) instead */ function defaults(...$args) {