aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-26 19:13:06 -0800
committerfriendica <info@friendica.com>2015-01-26 19:13:06 -0800
commit0596097f8603d24823ea57a68eaf405c6c0d94ff (patch)
treee2df28813c69fe500570a293fb554cf7b67c52aa /boot.php
parent9f5bfca28dde23893156ad36682e20ca2fc0dd45 (diff)
downloadvolse-hubzilla-0596097f8603d24823ea57a68eaf405c6c0d94ff.tar.gz
volse-hubzilla-0596097f8603d24823ea57a68eaf405c6c0d94ff.tar.bz2
volse-hubzilla-0596097f8603d24823ea57a68eaf405c6c0d94ff.zip
provide storage for directory based reputation in the xlink table by setting xlink_static = 1, so that xlink_static = 0 is traditional poco linkages
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index ee6b7e99b..969a4f578 100755
--- a/boot.php
+++ b/boot.php
@@ -49,7 +49,7 @@ define ( 'RED_PLATFORM', 'redmatrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1134 );
+define ( 'DB_UPDATE_VERSION', 1135 );
/**
* Constant with a HTML line break.