X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=5a7af9725b5c0540a9eae84afc463cc3b6bbcf80;hb=22e89220889759256b48323ee1a66257e2121ef7;hp=0192f3c0f08567c28241fafb8a647462f2f07408;hpb=b1e2b1c1e13b2a9af3ff2091116052fa881314e7;p=friendica.git diff --git a/boot.php b/boot.php index 0192f3c0f0..5a7af9725b 100644 --- a/boot.php +++ b/boot.php @@ -4,9 +4,9 @@ set_time_limit(0); ini_set('pcre.backtrack_limit', 250000); -define ( 'FRIENDIKA_VERSION', '2.2.1020' ); +define ( 'FRIENDIKA_VERSION', '2.2.1022' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); -define ( 'DB_UPDATE_VERSION', 1066 ); +define ( 'DB_UPDATE_VERSION', 1068 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );