diff --git a/VERSION b/VERSION index a8428e9db4..41df8e6ae6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2018.05-rc +2018.05 diff --git a/boot.php b/boot.php index 66e44677b7..8f077b440d 100644 --- a/boot.php +++ b/boot.php @@ -39,7 +39,7 @@ require_once 'include/text.php'; define('FRIENDICA_PLATFORM', 'Friendica'); define('FRIENDICA_CODENAME', 'The Tazmans Flax-lily'); -define('FRIENDICA_VERSION', '2018.05-rc'); +define('FRIENDICA_VERSION', '2018.05'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('DB_UPDATE_VERSION', 1266); define('NEW_UPDATE_ROUTINE_VERSION', 1170);