From: tobiasd Date: Sat, 14 Jun 2014 12:09:18 +0000 (+0200) Subject: rev up X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=310ad912fa61dadc2459779acfa88d2ef91ed2a1;p=friendica.git rev up in preperation for the big pull --- 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" );