aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-06-14 16:56:46 -0700
committerfriendica <info@friendica.com>2012-06-14 16:56:46 -0700
commitbe090cc8513504edcfaf368915e45308711f7e7c (patch)
tree4ad5c45d864094552fa9318cb8727a717a2e6069 /boot.php
parent79e2ae3791ec092f5be4f5b0b635247df2535089 (diff)
downloadvolse-hubzilla-be090cc8513504edcfaf368915e45308711f7e7c.tar.gz
volse-hubzilla-be090cc8513504edcfaf368915e45308711f7e7c.tar.bz2
volse-hubzilla-be090cc8513504edcfaf368915e45308711f7e7c.zip
better handling of dead contacts
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 bf4e59293..631a3f7b8 100644
--- a/boot.php
+++ b/boot.php
@@ -10,7 +10,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDICA_PLATFORM', 'Friendica');
-define ( 'FRIENDICA_VERSION', '3.0.1373' );
+define ( 'FRIENDICA_VERSION', '3.0.1374' );
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
define ( 'DB_UPDATE_VERSION', 1149 );