diff --git a/VERSION b/VERSION index eb42f1af12..ca54cd8e0c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2019.01-rc +2019.01 diff --git a/boot.php b/boot.php index 73f83e978a..7b4c72f19c 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-rc'); +define('FRIENDICA_VERSION', '2019.01'); define('DFRN_PROTOCOL_VERSION', '2.23'); define('NEW_UPDATE_ROUTINE_VERSION', 1170);