The global contacts now contain a "generation" value that defines how we know this contact
This commit is contained in:
parent
cb88269581
commit
d1d794f1ab
7 changed files with 179 additions and 27 deletions
2
boot.php
2
boot.php
|
|
@ -18,7 +18,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
|||
define ( 'FRIENDICA_CODENAME', 'Ginger');
|
||||
define ( 'FRIENDICA_VERSION', '3.3.3-RC' );
|
||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||
define ( 'DB_UPDATE_VERSION', 1179 );
|
||||
define ( 'DB_UPDATE_VERSION', 1180 );
|
||||
define ( 'EOL', "<br />\r\n" );
|
||||
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue