]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #1126 from tobiasd/1754
authortobiasd <tobias.diekershoff@gmx.net>
Sun, 7 Sep 2014 13:38:43 +0000 (15:38 +0200)
committertobiasd <tobias.diekershoff@gmx.net>
Sun, 7 Sep 2014 13:38:43 +0000 (15:38 +0200)
revup after the Hackathon in Berlin

boot.php

index 3c3ca12649c2f90a0076545df45087abfbee69ee..e4b08c3890fd888fdfd269e5819e9dcb0154b224 100644 (file)
--- 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.1753' );
+define ( 'FRIENDICA_VERSION',      '3.2.1754' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1173      );
 define ( 'EOL',                    "<br />\r\n"     );