aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-19 22:45:49 -0800
committerfriendica <info@friendica.com>2012-12-19 22:45:49 -0800
commitd7c23be8c9312e002e4a5e0b68ab669f1aadcf55 (patch)
tree40d19525dd497848df6bb76fe5d1918e8fb9cfc3 /boot.php
parentad20e1f617c7e26585153b587eb9a85fc958794b (diff)
downloadvolse-hubzilla-d7c23be8c9312e002e4a5e0b68ab669f1aadcf55.tar.gz
volse-hubzilla-d7c23be8c9312e002e4a5e0b68ab669f1aadcf55.tar.bz2
volse-hubzilla-d7c23be8c9312e002e4a5e0b68ab669f1aadcf55.zip
some changes for directory services
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 8b80ea2f0..2bff1b799 100644
--- a/boot.php
+++ b/boot.php
@@ -17,7 +17,7 @@ define ( 'FRIENDICA_PLATFORM', 'Friendica Red');
define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'ZOT_REVISION', 1 );
-define ( 'DB_UPDATE_VERSION', 1003 );
+define ( 'DB_UPDATE_VERSION', 1005 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );