From 248b4fbcce573e17bc8f261940107683df7e938f Mon Sep 17 00:00:00 2001 From: tobiasd Date: Thu, 29 May 2014 14:44:19 +0200 Subject: [PATCH] rev up --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 009b74ec21..53d1c18ba1 100644 --- a/boot.php +++ b/boot.php @@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php'); require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.2.1749' ); +define ( 'FRIENDICA_VERSION', '3.2.1750' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1170 ); define ( 'EOL', "
\r\n" );