]> git.mxchange.org Git - friendica.git/commitdiff
Update FRIENDICA_VERSION
authorfabrixxm <fabrix.xm@gmail.com>
Mon, 7 Dec 2015 22:24:55 +0000 (23:24 +0100)
committerfabrixxm <fabrix.xm@gmail.com>
Mon, 7 Dec 2015 22:24:55 +0000 (23:24 +0100)
boot.php

index 19cfd71a8aad7343b499983c1bb0b39064de9fa1..0f4cacb5fd37bd36089995ff2e62aee9a52cdafa 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.3-dev' );
+define ( 'FRIENDICA_VERSION',      '3.4.3-rc' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1191      );
 define ( 'EOL',                    "<br />\r\n"     );