From 32278e6fe259b15e591f7ae1f2bfa364f73aa46f Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 7 Aug 2014 08:46:29 +0200 Subject: [PATCH] revup --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 7fb7fba7d1..76eb8fa738 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.1751' ); +define ( 'FRIENDICA_VERSION', '3.2.1752' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1170 ); define ( 'EOL', "
\r\n" );