aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-07-05 15:57:28 -0700
committerfriendica <info@friendica.com>2012-07-05 15:57:28 -0700
commit10336651ba12db4e62737c1fbd6d63680217ff38 (patch)
treecb47173ca91bfa4d7c4500d726cd420f00bd8bfd /boot.php
parent360c35e438f4ecb6a60cefde8ab8b0e3f6f0c57f (diff)
parent2edfc3b53902d1f666d239fbcb88492c57d81ca7 (diff)
downloadvolse-hubzilla-10336651ba12db4e62737c1fbd6d63680217ff38.tar.gz
volse-hubzilla-10336651ba12db4e62737c1fbd6d63680217ff38.tar.bz2
volse-hubzilla-10336651ba12db4e62737c1fbd6d63680217ff38.zip
Merge pull request #374 from fermionic/diaspora-prevent-fcontact-race-conditions
Prevent fcontact race conditions
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 239c09ee2..fdd2ccd8c 100644
--- a/boot.php
+++ b/boot.php
@@ -12,7 +12,7 @@ require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
define ( 'FRIENDICA_VERSION', '3.0.1394' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
-define ( 'DB_UPDATE_VERSION', 1151 );
+define ( 'DB_UPDATE_VERSION', 1152 );
define ( 'EOL', "<br />\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );