]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #1136 from tobiasd/33rc
authortobiasd <tobias.diekershoff@gmx.net>
Sun, 7 Sep 2014 18:43:29 +0000 (20:43 +0200)
committertobiasd <tobias.diekershoff@gmx.net>
Sun, 7 Sep 2014 18:43:29 +0000 (20:43 +0200)
RC for 3.3

boot.php

index 3eb57ea1a7b41627e57ed53f40dcf670f6267173..31858010d8e74a7e3485f12af6dcf617cb0215e1 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -15,7 +15,7 @@ require_once('update.php');
 require_once('include/dbstructure.php');
 
 define ( 'FRIENDICA_PLATFORM',     'Friendica');
-define ( 'FRIENDICA_VERSION',      '3.2.1754' );
+define ( 'FRIENDICA_VERSION',      '3.3rc' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.23'    );
 define ( 'DB_UPDATE_VERSION',      1173      );
 define ( 'EOL',                    "<br />\r\n"     );