diff options
author | Friendika <info@friendika.com> | 2011-06-26 19:30:57 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-06-26 19:30:57 -0700 |
commit | 3fe1e197254f62e5377c28a24e4d5a75014e931b (patch) | |
tree | a920b222eedb539ae114f998089af3b1ea07ead5 /boot.php | |
parent | f7964efa52f7efa8159403568a59e320209cbffa (diff) | |
download | volse-hubzilla-3fe1e197254f62e5377c28a24e4d5a75014e931b.tar.gz volse-hubzilla-3fe1e197254f62e5377c28a24e4d5a75014e931b.tar.bz2 volse-hubzilla-3fe1e197254f62e5377c28a24e4d5a75014e931b.zip |
pass notify endpoint with friend suggestions
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ ini_set('pcre.backtrack_limit', 250000); define ( 'FRIENDIKA_VERSION', '2.2.1023' ); define ( 'DFRN_PROTOCOL_VERSION', '2.21' ); -define ( 'DB_UPDATE_VERSION', 1069 ); +define ( 'DB_UPDATE_VERSION', 1070 ); define ( 'EOL', "<br />\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |