aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-31 23:54:53 -0800
committerfriendica <info@friendica.com>2012-01-31 23:54:53 -0800
commitc0c0f2dc151300f7578cf77a059403369edba07d (patch)
treed6731b4a052e7f055bd79b1ebde81d22e26a7401 /boot.php
parent86c0eac27d4ed2a454f752615a1b446cf2acd2b2 (diff)
downloadvolse-hubzilla-c0c0f2dc151300f7578cf77a059403369edba07d.tar.gz
volse-hubzilla-c0c0f2dc151300f7578cf77a059403369edba07d.tar.bz2
volse-hubzilla-c0c0f2dc151300f7578cf77a059403369edba07d.zip
add closeness attribute
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 05df15b9c..696c9add2 100755
--- a/boot.php
+++ b/boot.php
@@ -11,7 +11,7 @@ require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '2.3.1241' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
-define ( 'DB_UPDATE_VERSION', 1118 );
+define ( 'DB_UPDATE_VERSION', 1119 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );