X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=3c54ccc3f88780fcf393cb03fc1f882bb380d7d9;hb=4758dc187c9bb74fc49f9bfcde5f6aa5fa709d3f;hp=66aeb28ec8e8ba9663df2bffd79e1d008a55657e;hpb=7ae1e4620de35329350fd54b3598666e143ea0a0;p=friendica.git diff --git a/boot.php b/boot.php index 66aeb28ec8..3c54ccc3f8 100644 --- a/boot.php +++ b/boot.php @@ -11,9 +11,9 @@ require_once('include/cache.php'); require_once('library/Mobile_Detect/Mobile_Detect.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica'); -define ( 'FRIENDICA_VERSION', '3.0.1465' ); +define ( 'FRIENDICA_VERSION', '3.0.1470' ); define ( 'DFRN_PROTOCOL_VERSION', '2.23' ); -define ( 'DB_UPDATE_VERSION', 1155 ); +define ( 'DB_UPDATE_VERSION', 1156 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );