From 310ad912fa61dadc2459779acfa88d2ef91ed2a1 Mon Sep 17 00:00:00 2001 From: tobiasd Date: Sat, 14 Jun 2014 14:09:18 +0200 Subject: [PATCH] rev up in preperation for the big pull --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.php b/boot.php index 53d1c18ba1..d93f99495b 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.1750' ); +define ( 'FRIENDICA_VERSION', '3.2.1751' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); define ( 'DB_UPDATE_VERSION', 1170 ); define ( 'EOL', "
\r\n" );