aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-26 19:30:57 -0700
committerFriendika <info@friendika.com>2011-06-26 19:30:57 -0700
commit3fe1e197254f62e5377c28a24e4d5a75014e931b (patch)
treea920b222eedb539ae114f998089af3b1ea07ead5 /boot.php
parentf7964efa52f7efa8159403568a59e320209cbffa (diff)
downloadvolse-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index f2c947401..0bab002ed 100644
--- a/boot.php
+++ b/boot.php
@@ -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' );