X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=4ff0e4fbea5e2110923a39cfa5895a396256b922;hb=05af4009376cbeb479bf2cc1e513e95f163d4c36;hp=72cb8a3418bcab7141f23773b784c8a4558c4d33;hpb=beaca70126d45b472c3d610081d66584f2feca43;p=friendica.git diff --git a/boot.php b/boot.php index 72cb8a3418..4ff0e4fbea 100644 --- a/boot.php +++ b/boot.php @@ -16,9 +16,9 @@ require_once('include/dbstructure.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); define ( 'FRIENDICA_CODENAME', 'Ginger'); -define ( 'FRIENDICA_VERSION', '3.3.2' ); +define ( 'FRIENDICA_VERSION', '3.3.3-RC' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1177 ); +define ( 'DB_UPDATE_VERSION', 1178 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );