X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=45f728999d82e9c684b587264107f3e5137bf5f7;hb=a02ffbcc86d3d2fbe0b73a5eb1dedc0bd3048f34;hp=0815f59f6873e5d8ba0697a7e8758aac9a92f5a5;hpb=a3cf563b6836391ff4d07335cf25189c7a06418e;p=friendica.git diff --git a/boot.php b/boot.php index 0815f59f68..45f728999d 100755 --- a/boot.php +++ b/boot.php @@ -9,9 +9,9 @@ require_once('include/nav.php'); require_once('include/cache.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '2.3.1262' ); +define ( 'FRIENDICA_VERSION', '2.3.1276' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1125 ); +define ( 'DB_UPDATE_VERSION', 1131 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );