]> git.mxchange.org Git - friendica.git/commitdiff
Bump Friendica version
authorFabrixxm <fabrix.xm@gmail.com>
Tue, 29 Sep 2015 07:25:59 +0000 (09:25 +0200)
committerFabrixxm <fabrix.xm@gmail.com>
Tue, 29 Sep 2015 07:25:59 +0000 (09:25 +0200)
boot.php

index e2eed38ebfd41f72f85d26fedfd9b9c9f44027ba..dcf6c65b1eb3c47375c1baa0b3df95d575aa5112 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.1' );
+define ( 'FRIENDICA_VERSION',      '3.4.2' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1188      );
 define ( 'EOL',                    "<br />\r\n"     );