aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-18 00:50:17 -0800
committerfriendica <info@friendica.com>2011-12-18 00:50:17 -0800
commite6b538c0466fb73bc3bf781266f85f45f8b39ea3 (patch)
tree642f13a9accfc4fd3049ab72053073c642b15631 /boot.php
parentc4a5fcaf278947782e4d600a3d6bdfe14eeb7fab (diff)
downloadvolse-hubzilla-e6b538c0466fb73bc3bf781266f85f45f8b39ea3.tar.gz
volse-hubzilla-e6b538c0466fb73bc3bf781266f85f45f8b39ea3.tar.bz2
volse-hubzilla-e6b538c0466fb73bc3bf781266f85f45f8b39ea3.zip
add webfinger addr to gcontact for friend "connect" links
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 3189f929e..b01effcbf 100644
--- a/boot.php
+++ b/boot.php
@@ -11,7 +11,7 @@ require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '2.3.1198' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
-define ( 'DB_UPDATE_VERSION', 1111 );
+define ( 'DB_UPDATE_VERSION', 1112 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );