From 4cf36ec2cf1fd72b91265223e91d9aa65d9a562c Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Thu, 29 Jan 2015 09:44:48 +0100 Subject: [PATCH] Update FRIENDICA_VERSION --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index b09da9c17f..4ff0e4fbea 100644 --- a/boot.php +++ b/boot.php @@ -16,7 +16,7 @@ require_once('include/dbstructure.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Ginger'); -define ( 'FRIENDICA_VERSION', '3.3.2' ); +define ( 'FRIENDICA_VERSION', '3.3.3-RC' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1178 ); define ( 'EOL', "
\r\n" );