]> git.mxchange.org Git - friendica.git/commitdiff
Update version
authorFabrixxm <fabrix.xm@gmail.com>
Mon, 6 Jul 2015 10:49:43 +0000 (12:49 +0200)
committerFabrixxm <fabrix.xm@gmail.com>
Mon, 6 Jul 2015 10:49:43 +0000 (12:49 +0200)
boot.php

index f0f8e9d7a5c61b26c9dcdda2a8576b3a298533c8..0e50e8c0e5dd607fda6cac4cf05a11dd0e0933d2 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -17,7 +17,7 @@ require_once('include/dbstructure.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
 define ( 'FRIENDICA_CODENAME',     'Lily of the valley');
-define ( 'FRIENDICA_VERSION',      '3.4.0' );
+define ( 'FRIENDICA_VERSION',      '3.4.1' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1185      );
 define ( 'EOL',                    "<br />\r\n"     );