X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=boot.php;h=01edbd390890da80492cc82125d4f245e3d33110;hb=7cc7a143800c5a6b0360a3a46987580bbb00d639;hp=affa351dc6a956646cfbe771e6173fcfe2f3b92a;hpb=68757f25042b02624bfb748c25029023b3082f62;p=friendica.git diff --git a/boot.php b/boot.php index affa351dc6..01edbd3908 100644 --- 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', '3.0.1357' ); +define ( 'FRIENDICA_VERSION', '3.0.1365' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1144 ); +define ( 'DB_UPDATE_VERSION', 1148 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );