aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-03-01 13:42:22 -0800
committerfriendica <info@friendica.com>2013-03-01 13:42:22 -0800
commit0bdab225dbe869a7334c376cd81df8446f863cff (patch)
tree8bc5498c3400b21add94290a9e91601ea056cb98 /boot.php
parenta7efec2b512c7915e4d29963836a04ad76a68d57 (diff)
downloadvolse-hubzilla-0bdab225dbe869a7334c376cd81df8446f863cff.tar.gz
volse-hubzilla-0bdab225dbe869a7334c376cd81df8446f863cff.tar.bz2
volse-hubzilla-0bdab225dbe869a7334c376cd81df8446f863cff.zip
add account_external for linking to legacy authentication infrastructure (e.g. ldap, pam, AD, phpBB, Drupal, etc) - this field is not used by Red.
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 e46c8cd48..6e12e1ae6 100644
--- a/boot.php
+++ b/boot.php
@@ -17,7 +17,7 @@ require_once('include/features.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica Red');
define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1031 );
+define ( 'DB_UPDATE_VERSION', 1032 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );