X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=93c7a3b9c10a4ff9979d8eafde851f8b6ead8311;hb=12f7c32f9b31a182596659d62a96c3c4c367576d;hp=758193450912af9ea13c36ba4ca70f78c3db6064;hpb=b7592fd584b2e7759b40ca37d9c43bf8a64574e6;p=friendica.git diff --git a/boot.php b/boot.php index 7581934509..93c7a3b9c1 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.1464' ); +define ( 'FRIENDICA_VERSION', '3.0.1471' ); 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' );