From 5a55541dbdea9e3779202311f06a1c655a72a789 Mon Sep 17 00:00:00 2001 From: tobiasd Date: Sun, 25 May 2014 08:00:22 +0200 Subject: [PATCH] rev up --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 3a9e8c3e..94e6fbc0 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.1748' ); +define ( 'FRIENDICA_VERSION', '3.2.1749' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1170 ); define ( 'EOL', "
\r\n" );