From: fabrixxm Date: Tue, 13 Sep 2016 14:46:11 +0000 (+0200) Subject: Friendica 3.5 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=97020817225a8762b699a836da46ba6eed59a162;hp=4270c90584917ed60d26bbd1c4c67b1bffa841e9;p=friendica.git Friendica 3.5 --- diff --git a/boot.php b/boot.php index 87ce53076c..b296230b62 100644 --- a/boot.php +++ b/boot.php @@ -36,7 +36,7 @@ require_once('include/dbstructure.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Asparagus'); -define ( 'FRIENDICA_VERSION', '3.5-dev' ); +define ( 'FRIENDICA_VERSION', '3.5' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1202 );