From d10c8ddf570b880cdf0f5d391e98d144171bec64 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Fri, 26 Dec 2014 10:46:10 +0100 Subject: [PATCH] Update version in boot.php --- boot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot.php b/boot.php index 44d72bb3cb..34836a97aa 100644 --- a/boot.php +++ b/boot.php @@ -15,8 +15,8 @@ require_once('update.php'); require_once('include/dbstructure.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_CODENAME', 'Ginger'); -define ( 'FRIENDICA_VERSION', '3.3.1' ); +define ( 'FRIENDICA_CODENAME', 'Ginger'); +define ( 'FRIENDICA_VERSION', '3.3.2' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1175 ); define ( 'EOL', "
\r\n" ); -- 2.39.5