X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=boot.php;h=aee236de33895cfc56fede5754736a984f11b9fd;hb=fbc017cdba81fa7b159bca5fd0b3a4fb4885c5ad;hp=9045a9442261e582f77876c2130b2ccf5f4c9587;hpb=6c0fa7a1665ab36d733b93ce51802b14e8504658;p=friendica.git diff --git a/boot.php b/boot.php index 9045a94422..aee236de33 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.1265' ); +define ( 'FRIENDICA_VERSION', '2.3.1267' ); define ( 'DFRN_PROTOCOL_VERSION', '2.22' ); -define ( 'DB_UPDATE_VERSION', 1128 ); +define ( 'DB_UPDATE_VERSION', 1130 ); define ( 'EOL', "
\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );