diff --git a/VERSION b/VERSION index d7cf44d867..65afb3b886 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.4-rc +3.5.4 diff --git a/boot.php b/boot.php index eecc14d584..7d9842ac0b 100644 --- a/boot.php +++ b/boot.php @@ -41,7 +41,7 @@ require_once 'include/poller.php'; define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Asparagus'); -define ( 'FRIENDICA_VERSION', '3.5.4-rc' ); +define ( 'FRIENDICA_VERSION', '3.5.4' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1234 );