X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=e897f19aa12b21151bf8eb0d1f61e536da0fd8e1;hb=1861dc1fae549a0ee2b6287d4f7dc7f8797f5070;hp=821e74672bcee8e2ae42d8b69c49b5f6ce44ec61;hpb=bc5935061b674a5503a1a82a458dfaf3317e4c70;p=friendica.git diff --git a/boot.php b/boot.php index 821e74672b..e897f19aa1 100644 --- a/boot.php +++ b/boot.php @@ -7,9 +7,9 @@ require_once('include/text.php'); require_once("include/pgettext.php"); -define ( 'FRIENDIKA_VERSION', '2.2.1076' ); +define ( 'FRIENDIKA_VERSION', '2.2.1083' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); -define ( 'DB_UPDATE_VERSION', 1081 ); +define ( 'DB_UPDATE_VERSION', 1082 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );