From bd793e5987775ccf9089a5fd903e01e8d72528b0 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 24 Feb 2017 15:02:16 +0000 Subject: [PATCH] New version string for RC --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index b8e9267070..1e0c300e19 100644 --- a/boot.php +++ b/boot.php @@ -38,7 +38,7 @@ require_once('include/dbstructure.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Asparagus'); -define ( 'FRIENDICA_VERSION', '3.5.1-dev' ); +define ( 'FRIENDICA_VERSION', '3.5.1-rc' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1214 );