aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-12-05 02:16:59 -0800
committerfriendica <info@friendica.com>2011-12-05 02:16:59 -0800
commitc8d5274ceea95bdf9df5ca2ab698fa9860319e31 (patch)
treee2d977f26214e30ba4e6e6059d58e26ad287bce3 /boot.php
parent116e20c89dc5874912c7e3870623c747f75238ce (diff)
downloadvolse-hubzilla-c8d5274ceea95bdf9df5ca2ab698fa9860319e31.tar.gz
volse-hubzilla-c8d5274ceea95bdf9df5ca2ab698fa9860319e31.tar.bz2
volse-hubzilla-c8d5274ceea95bdf9df5ca2ab698fa9860319e31.zip
data structures to support hidden friends
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 d283fa778..13546d6bb 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.1185' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
-define ( 'DB_UPDATE_VERSION', 1108 );
+define ( 'DB_UPDATE_VERSION', 1109 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );