X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=2119347ae54dc7a690424d54a93d800bd184e99a;hb=69182360ef1f1a8b528a780c6256351d62f12f65;hp=66aeb28ec8e8ba9663df2bffd79e1d008a55657e;hpb=9c7d5d42e1dc3370a4d371472175e17bc505e5ca;p=friendica.git diff --git a/boot.php b/boot.php index 66aeb28ec8..2119347ae5 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.1468' ); 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' );