aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-07-05 19:55:09 -0700
committerFriendika <info@friendika.com>2011-07-05 19:55:09 -0700
commitd7154a4606d8c6f86b2eacd35c16893283b484c4 (patch)
tree8d01bc0ed5bf767a05ff5c447af1f58a2a3a4b90 /boot.php
parent76e56fd44e4a8b43bdf42fae64484e5bb69dd450 (diff)
downloadvolse-hubzilla-d7154a4606d8c6f86b2eacd35c16893283b484c4.tar.gz
volse-hubzilla-d7154a4606d8c6f86b2eacd35c16893283b484c4.tar.bz2
volse-hubzilla-d7154a4606d8c6f86b2eacd35c16893283b484c4.zip
ability to link contacts that are "really me, but on another system/network".
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 c95e24dc1..8d2d31307 100644
--- a/boot.php
+++ b/boot.php
@@ -6,7 +6,7 @@ ini_set('pcre.backtrack_limit', 250000);
define ( 'FRIENDIKA_VERSION', '2.2.1032' );
define ( 'DFRN_PROTOCOL_VERSION', '2.21' );
-define ( 'DB_UPDATE_VERSION', 1073 );
+define ( 'DB_UPDATE_VERSION', 1074 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );