From 1e8fd425bd4fff94d8ff86a3e4ac698ca3bd999a Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Wed, 20 Sep 2017 17:42:45 +0200 Subject: [PATCH] Version 3.5.3-rc --- VERSION | 2 +- boot.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index b35d44161c..4e4d58aa66 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.3-dev +3.5.3-rc diff --git a/boot.php b/boot.php index 32fee4f509..419a634fa2 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.3-dev' ); +define ( 'FRIENDICA_VERSION', '3.5.3-rc' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1234 );